Shades of Iris Blue #00AFCE
Tints of Iris Blue #00AFCE
RGB
CMYK
RGB Variations
Color information
#00AFCE (or 0x00AFCE) is known color: Iris Blue. HEX triplet: 00, AF and CE. RGB value is (0,175,206). Sum of RGB (Red+Green+Blue) = 0+175+206=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #00AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFCE is #FF5031. Grayscale: #7D7D7D. Windows color (decimal): -16732210 or 13545216. OLE color: 13545216.
HSL color Cylindrical-coordinate representation of color #00AFCE: hue angle of 189.03º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFCE is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 175 | 206 | - |
| CMYK | 1 | 0.15 | 0 | 0.19 |
| HSL | 189.03º | 1% | 0.4% | - |
| HSV(B) | 189.03º | 1% | 0.81% | - |
| XYZ | 26.47 | 35.12 | 63.78 | - |
| YUV | 126.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 206 | 1 | 0.15 | 0 | 0.19 | 189.03 | 1 | 0.4 |
| Hex | 0 | AF | CE | 64 | F | 0 | 13 | BD | 64 | 28 |
| Octal | 0 | 257 | 316 | 144 | 17 | 0 | 23 | 275 | 144 | 50 |
| Binary | 0 | 10101111 | 11001110 | 1100100 | 1111 | 0 | 10011 | 10111101 | 1100100 | 101000 |
Color Harmonies of #00AFCE
Complementary color
Monochromatic Colors of #00AFCE
Black with #00AFCE
Text Example
Text Example
White with #00AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFCE; }
p { color: rgb(0,175,206); }
H1.HeaderClassName
{
color: #00AFCE;
}
.AnyTagClassName
{
color: #00AFCE;
}
</style>
background-color css
<style>
a { background-color: #00AFCE; }
a { background-color: rgb(0,175,206); }
div.DivClassName
{
background-color: #00AFCE;
}
.BgClassName
{
background-color: #00AFCE;
}
</style>
border-color css
<style>
span { border-color: #00AFCE; }
span { border-color: rgb(0,175,206); }
td.TdClassName
{
border-color: #00AFCE;
}
.TagClassName
{
border-color: #00AFCE;
}
</style>