Shades of Iris Blue #00AFB0
Tints of Iris Blue #00AFB0
RGB
CMYK
RGB Variations
Color information
#00AFB0 (or 0x00AFB0) is known color: Iris Blue. HEX triplet: 00, AF and B0. RGB value is (0,175,176). Sum of RGB (Red+Green+Blue) = 0+175+176=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #00AFB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFB0 is #FF504F. Grayscale: #7A7A7A. Windows color (decimal): -16732240 or 11579136. OLE color: 11579136.
HSL color Cylindrical-coordinate representation of color #00AFB0: hue angle of 180.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFB0 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 176 | - |
| CMYK | 1 | 0.01 | 0 | 0.31 |
| HSL | 180.34º | 1% | 0.35% | - |
| HSV(B) | 180.34º | 1% | 0.69% | - |
| XYZ | 23.17 | 33.79 | 46.38 | - |
| YUV | 122.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 176 | 1 | 0.01 | 0 | 0.31 | 180.34 | 1 | 0.35 |
| Hex | 0 | AF | B0 | 64 | 1 | 0 | 1F | B4 | 64 | 23 |
| Octal | 0 | 257 | 260 | 144 | 1 | 0 | 37 | 264 | 144 | 43 |
| Binary | 0 | 10101111 | 10110000 | 1100100 | 1 | 0 | 11111 | 10110100 | 1100100 | 100011 |
Color Harmonies of #00AFB0
Complementary color
Monochromatic Colors of #00AFB0
Black with #00AFB0
Text Example
Text Example
White with #00AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFB0; }
p { color: rgb(0,175,176); }
H1.HeaderClassName
{
color: #00AFB0;
}
.AnyTagClassName
{
color: #00AFB0;
}
</style>
background-color css
<style>
a { background-color: #00AFB0; }
a { background-color: rgb(0,175,176); }
div.DivClassName
{
background-color: #00AFB0;
}
.BgClassName
{
background-color: #00AFB0;
}
</style>
border-color css
<style>
span { border-color: #00AFB0; }
span { border-color: rgb(0,175,176); }
td.TdClassName
{
border-color: #00AFB0;
}
.TagClassName
{
border-color: #00AFB0;
}
</style>