Shades of Iris Blue #00ABBC
Tints of Iris Blue #00ABBC
RGB
CMYK
RGB Variations
Color information
#00ABBC (or 0x00ABBC) is known color: Iris Blue. HEX triplet: 00, AB and BC. RGB value is (0,171,188). Sum of RGB (Red+Green+Blue) = 0+171+188=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #00ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABBC is #FF5443. Grayscale: #797979. Windows color (decimal): -16733252 or 12364544. OLE color: 12364544.
HSL color Cylindrical-coordinate representation of color #00ABBC: hue angle of 185.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABBC is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 171 | 188 | - |
| CMYK | 1 | 0.09 | 0 | 0.26 |
| HSL | 185.43º | 1% | 0.37% | - |
| HSV(B) | 185.43º | 1% | 0.74% | - |
| XYZ | 23.64 | 32.76 | 52.65 | - |
| YUV | 121.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 188 | 1 | 0.09 | 0 | 0.26 | 185.43 | 1 | 0.37 |
| Hex | 0 | AB | BC | 64 | 9 | 0 | 1A | B9 | 64 | 25 |
| Octal | 0 | 253 | 274 | 144 | 11 | 0 | 32 | 271 | 144 | 45 |
| Binary | 0 | 10101011 | 10111100 | 1100100 | 1001 | 0 | 11010 | 10111001 | 1100100 | 100101 |
Color Harmonies of #00ABBC
Complementary color
Monochromatic Colors of #00ABBC
Black with #00ABBC
Text Example
Text Example
White with #00ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABBC; }
p { color: rgb(0,171,188); }
H1.HeaderClassName
{
color: #00ABBC;
}
.AnyTagClassName
{
color: #00ABBC;
}
</style>
background-color css
<style>
a { background-color: #00ABBC; }
a { background-color: rgb(0,171,188); }
div.DivClassName
{
background-color: #00ABBC;
}
.BgClassName
{
background-color: #00ABBC;
}
</style>
border-color css
<style>
span { border-color: #00ABBC; }
span { border-color: rgb(0,171,188); }
td.TdClassName
{
border-color: #00ABBC;
}
.TagClassName
{
border-color: #00ABBC;
}
</style>