Shades of Iris Blue #00AFCC
Tints of Iris Blue #00AFCC
RGB
CMYK
RGB Variations
Color information
#00AFCC (or 0x00AFCC) is known color: Iris Blue. HEX triplet: 00, AF and CC. RGB value is (0,175,204). Sum of RGB (Red+Green+Blue) = 0+175+204=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #00AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFCC is #FF5033. Grayscale: #7D7D7D. Windows color (decimal): -16732212 or 13414144. OLE color: 13414144.
HSL color Cylindrical-coordinate representation of color #00AFCC: hue angle of 188.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFCC is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 0 | 175 | 204 | - |
CMYK | 1 | 0.14 | 0 | 0.2 |
HSL | 188.53º | 1% | 0.4% | - |
HSV(B) | 188.53º | 1% | 0.8% | - |
XYZ | 26.23 | 35.02 | 62.5 | - |
YUV | 125.98 | 172.02 | 38.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 175 | 204 | 1 | 0.14 | 0 | 0.2 | 188.53 | 1 | 0.4 |
Hex | 0 | AF | CC | 64 | E | 0 | 14 | BD | 64 | 28 |
Octal | 0 | 257 | 314 | 144 | 16 | 0 | 24 | 275 | 144 | 50 |
Binary | 0 | 10101111 | 11001100 | 1100100 | 1110 | 0 | 10100 | 10111101 | 1100100 | 101000 |
Color Harmonies of #00AFCC
Complementary color
Monochromatic Colors of #00AFCC
Black with #00AFCC
Text Example
Text Example
White with #00AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFCC; }
p { color: rgb(0,175,204); }
H1.HeaderClassName
{
color: #00AFCC;
}
.AnyTagClassName
{
color: #00AFCC;
}
</style>
background-color css
<style>
a { background-color: #00AFCC; }
a { background-color: rgb(0,175,204); }
div.DivClassName
{
background-color: #00AFCC;
}
.BgClassName
{
background-color: #00AFCC;
}
</style>
border-color css
<style>
span { border-color: #00AFCC; }
span { border-color: rgb(0,175,204); }
td.TdClassName
{
border-color: #00AFCC;
}
.TagClassName
{
border-color: #00AFCC;
}
</style>