Shades of Iris Blue #0ABBD8
Tints of Iris Blue #0ABBD8
RGB
CMYK
RGB Variations
Color information
#0ABBD8 (or 0x0ABBD8) is known color: Iris Blue. HEX triplet: 0A, BB and D8. RGB value is (10,187,216). Sum of RGB (Red+Green+Blue) = 10+187+216=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #0ABBD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBD8 is #F54427. Grayscale: #898989. Windows color (decimal): -16073768 or 14203658. OLE color: 14203658.
HSL color Cylindrical-coordinate representation of color #0ABBD8: hue angle of 188.45º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBD8 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 187 | 216 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.15 |
| HSL | 188.45º | 0.91% | 0.44% | - |
| HSV(B) | 188.45º | 0.95% | 0.85% | - |
| XYZ | 30.29 | 40.56 | 71.2 | - |
| YUV | 137.38 | 172.36 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 216 | 0.95 | 0.13 | 0 | 0.15 | 188.45 | 0.91 | 0.44 |
| Hex | A | BB | D8 | 5F | D | 0 | F | BC | 5B | 2C |
| Octal | 12 | 273 | 330 | 137 | 15 | 0 | 17 | 274 | 133 | 54 |
| Binary | 1010 | 10111011 | 11011000 | 1011111 | 1101 | 0 | 1111 | 10111100 | 1011011 | 101100 |
Color Harmonies of #0ABBD8
Complementary color
Monochromatic Colors of #0ABBD8
Black with #0ABBD8
Text Example
Text Example
White with #0ABBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBD8; }
p { color: rgb(10,187,216); }
H1.HeaderClassName
{
color: #0ABBD8;
}
.AnyTagClassName
{
color: #0ABBD8;
}
</style>
background-color css
<style>
a { background-color: #0ABBD8; }
a { background-color: rgb(10,187,216); }
div.DivClassName
{
background-color: #0ABBD8;
}
.BgClassName
{
background-color: #0ABBD8;
}
</style>
border-color css
<style>
span { border-color: #0ABBD8; }
span { border-color: rgb(10,187,216); }
td.TdClassName
{
border-color: #0ABBD8;
}
.TagClassName
{
border-color: #0ABBD8;
}
</style>