Shades of Iris Blue #00ABCE
Tints of Iris Blue #00ABCE
RGB
CMYK
RGB Variations
Color information
#00ABCE (or 0x00ABCE) is known color: Iris Blue. HEX triplet: 00, AB and CE. RGB value is (0,171,206). Sum of RGB (Red+Green+Blue) = 0+171+206=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #00ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABCE is #FF5431. Grayscale: #7B7B7B. Windows color (decimal): -16733234 or 13544192. OLE color: 13544192.
HSL color Cylindrical-coordinate representation of color #00ABCE: hue angle of 190.19º 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 #00ABCE is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 171 | 206 | - |
| CMYK | 1 | 0.17 | 0 | 0.19 |
| HSL | 190.19º | 1% | 0.4% | - |
| HSV(B) | 190.19º | 1% | 0.81% | - |
| XYZ | 25.7 | 33.58 | 63.52 | - |
| YUV | 123.86 | 174.35 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 206 | 1 | 0.17 | 0 | 0.19 | 190.19 | 1 | 0.4 |
| Hex | 0 | AB | CE | 64 | 11 | 0 | 13 | BE | 64 | 28 |
| Octal | 0 | 253 | 316 | 144 | 21 | 0 | 23 | 276 | 144 | 50 |
| Binary | 0 | 10101011 | 11001110 | 1100100 | 10001 | 0 | 10011 | 10111110 | 1100100 | 101000 |
Color Harmonies of #00ABCE
Complementary color
Monochromatic Colors of #00ABCE
Black with #00ABCE
Text Example
Text Example
White with #00ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABCE; }
p { color: rgb(0,171,206); }
H1.HeaderClassName
{
color: #00ABCE;
}
.AnyTagClassName
{
color: #00ABCE;
}
</style>
background-color css
<style>
a { background-color: #00ABCE; }
a { background-color: rgb(0,171,206); }
div.DivClassName
{
background-color: #00ABCE;
}
.BgClassName
{
background-color: #00ABCE;
}
</style>
border-color css
<style>
span { border-color: #00ABCE; }
span { border-color: rgb(0,171,206); }
td.TdClassName
{
border-color: #00ABCE;
}
.TagClassName
{
border-color: #00ABCE;
}
</style>