Shades of Iris Blue #00AFBB
Tints of Iris Blue #00AFBB
RGB
CMYK
RGB Variations
Color information
#00AFBB (or 0x00AFBB) is known color: Iris Blue. HEX triplet: 00, AF and BB. RGB value is (0,175,187). Sum of RGB (Red+Green+Blue) = 0+175+187=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #00AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFBB is #FF5044. Grayscale: #7B7B7B. Windows color (decimal): -16732229 or 12300032. OLE color: 12300032.
HSL color Cylindrical-coordinate representation of color #00AFBB: hue angle of 183.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFBB is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 175 | 187 | - |
| CMYK | 1 | 0.06 | 0 | 0.27 |
| HSL | 183.85º | 1% | 0.37% | - |
| HSV(B) | 183.85º | 1% | 0.73% | - |
| XYZ | 24.3 | 34.25 | 52.34 | - |
| YUV | 124.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 187 | 1 | 0.06 | 0 | 0.27 | 183.85 | 1 | 0.37 |
| Hex | 0 | AF | BB | 64 | 6 | 0 | 1B | B8 | 64 | 25 |
| Octal | 0 | 257 | 273 | 144 | 6 | 0 | 33 | 270 | 144 | 45 |
| Binary | 0 | 10101111 | 10111011 | 1100100 | 110 | 0 | 11011 | 10111000 | 1100100 | 100101 |
Color Harmonies of #00AFBB
Complementary color
Monochromatic Colors of #00AFBB
Black with #00AFBB
Text Example
Text Example
White with #00AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFBB; }
p { color: rgb(0,175,187); }
H1.HeaderClassName
{
color: #00AFBB;
}
.AnyTagClassName
{
color: #00AFBB;
}
</style>
background-color css
<style>
a { background-color: #00AFBB; }
a { background-color: rgb(0,175,187); }
div.DivClassName
{
background-color: #00AFBB;
}
.BgClassName
{
background-color: #00AFBB;
}
</style>
border-color css
<style>
span { border-color: #00AFBB; }
span { border-color: rgb(0,175,187); }
td.TdClassName
{
border-color: #00AFBB;
}
.TagClassName
{
border-color: #00AFBB;
}
</style>