#03ACCF

Color #03ACCF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #03ACCF

Tints of Iris Blue #03ACCF

Color information

#03ACCF (or 0x03ACCF) is unknown color: approx Iris Blue. HEX triplet: 03, AC and CF. RGB value is (3,172,207). Sum of RGB (Red+Green+Blue) = 3+172+207=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #03ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACCF is #FC5330. Grayscale: #7D7D7D. Windows color (decimal): -16536369 or 13609987. OLE color: 13609987.

HSL color Cylindrical-coordinate representation of color #03ACCF: hue angle of 190.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACCF is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3172207-
CMYK0.990.1700.19
HSL190.29º97.14%41.18%-
HSV(B)190.29º98.55%81.18%-
XYZ26.0534.0364.23-
YUV125.46174.0140.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 207 (81.25% from 255) = 54.19%
R=0.79%
G=45.03%
B=54.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31722070.990.1700.19190.2997.1441.18
Hex3ACCF6311013be6129
Octal32543171432102327614151
Binary111010110011001111110001110001010011101111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03ACCF; }

 p { color: rgb(3,172,207); }

 H1.HeaderClassName
 {
   color: #03ACCF;
 }
 .AnyTagClassName
 {
   color: #03ACCF;
 }
</style>
background-color css

<style>
 a { background-color: #03ACCF; }

 a { background-color: rgb(3,172,207); }

 div.DivClassName
 {
   background-color: #03ACCF;
 }
 .BgClassName
 {
   background-color: #03ACCF;
 }
</style>
border-color css

<style>
 span { border-color: #03ACCF; }

 span { border-color: rgb(3,172,207); }

 td.TdClassName
 {
   border-color: #03ACCF;
 }
 .TagClassName
 {
   border-color: #03ACCF;
 }
</style>