Shades of Iris Blue #00AFB6
Tints of Iris Blue #00AFB6
RGB
CMYK
RGB Variations
Color information
#00AFB6 (or 0x00AFB6) is known color: Iris Blue. HEX triplet: 00, AF and B6. RGB value is (0,175,182). Sum of RGB (Red+Green+Blue) = 0+175+182=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #00AFB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFB6 is #FF5049. Grayscale: #7B7B7B. Windows color (decimal): -16732234 or 11972352. OLE color: 11972352.
HSL color Cylindrical-coordinate representation of color #00AFB6: hue angle of 182.31º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFB6 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 175 | 182 | - |
| CMYK | 1 | 0.04 | 0 | 0.29 |
| HSL | 182.31º | 1% | 0.36% | - |
| HSV(B) | 182.31º | 1% | 0.71% | - |
| XYZ | 23.77 | 34.04 | 49.57 | - |
| YUV | 123.47 | 161.02 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 182 | 1 | 0.04 | 0 | 0.29 | 182.31 | 1 | 0.36 |
| Hex | 0 | AF | B6 | 64 | 4 | 0 | 1D | B6 | 64 | 24 |
| Octal | 0 | 257 | 266 | 144 | 4 | 0 | 35 | 266 | 144 | 44 |
| Binary | 0 | 10101111 | 10110110 | 1100100 | 100 | 0 | 11101 | 10110110 | 1100100 | 100100 |
Color Harmonies of #00AFB6
Complementary color
Monochromatic Colors of #00AFB6
Black with #00AFB6
Text Example
Text Example
White with #00AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFB6; }
p { color: rgb(0,175,182); }
H1.HeaderClassName
{
color: #00AFB6;
}
.AnyTagClassName
{
color: #00AFB6;
}
</style>
background-color css
<style>
a { background-color: #00AFB6; }
a { background-color: rgb(0,175,182); }
div.DivClassName
{
background-color: #00AFB6;
}
.BgClassName
{
background-color: #00AFB6;
}
</style>
border-color css
<style>
span { border-color: #00AFB6; }
span { border-color: rgb(0,175,182); }
td.TdClassName
{
border-color: #00AFB6;
}
.TagClassName
{
border-color: #00AFB6;
}
</style>