Shades of Iris Blue #00AFCB
Tints of Iris Blue #00AFCB
RGB
CMYK
RGB Variations
Color information
#00AFCB (or 0x00AFCB) is known color: Iris Blue. HEX triplet: 00, AF and CB. RGB value is (0,175,203). Sum of RGB (Red+Green+Blue) = 0+175+203=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #00AFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFCB is #FF5034. Grayscale: #7D7D7D. Windows color (decimal): -16732213 or 13348608. OLE color: 13348608.
HSL color Cylindrical-coordinate representation of color #00AFCB: hue angle of 188.28º 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 #00AFCB is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 175 | 203 | - |
| CMYK | 1 | 0.14 | 0 | 0.20 |
| HSL | 188.28º | 1% | 0.4% | - |
| HSV(B) | 188.28º | 1% | 0.8% | - |
| XYZ | 26.11 | 34.97 | 61.87 | - |
| YUV | 125.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 203 | 1 | 0.14 | 0 | 0.20 | 188.28 | 1 | 0.4 |
| Hex | 0 | AF | CB | 64 | E | 0 | 14 | BC | 64 | 28 |
| Octal | 0 | 257 | 313 | 144 | 16 | 0 | 24 | 274 | 144 | 50 |
| Binary | 0 | 10101111 | 11001011 | 1100100 | 1110 | 0 | 10100 | 10111100 | 1100100 | 101000 |
Color Harmonies of #00AFCB
Complementary color
Monochromatic Colors of #00AFCB
Black with #00AFCB
Text Example
Text Example
White with #00AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFCB; }
p { color: rgb(0,175,203); }
H1.HeaderClassName
{
color: #00AFCB;
}
.AnyTagClassName
{
color: #00AFCB;
}
</style>
background-color css
<style>
a { background-color: #00AFCB; }
a { background-color: rgb(0,175,203); }
div.DivClassName
{
background-color: #00AFCB;
}
.BgClassName
{
background-color: #00AFCB;
}
</style>
border-color css
<style>
span { border-color: #00AFCB; }
span { border-color: rgb(0,175,203); }
td.TdClassName
{
border-color: #00AFCB;
}
.TagClassName
{
border-color: #00AFCB;
}
</style>