Shades of Iris Blue #0ABBDB
Tints of Iris Blue #0ABBDB
RGB
CMYK
RGB Variations
Color information
#0ABBDB (or 0x0ABBDB) is known color: Iris Blue. HEX triplet: 0A, BB and DB. RGB value is (10,187,219). Sum of RGB (Red+Green+Blue) = 10+187+219=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ABBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBDB is #F54424. Grayscale: #898989. Windows color (decimal): -16073765 or 14400266. OLE color: 14400266.
HSL color Cylindrical-coordinate representation of color #0ABBDB: hue angle of 189.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBDB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 187 | 219 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.19º | 0.91% | 0.45% | - |
| HSV(B) | 189.19º | 0.95% | 0.86% | - |
| XYZ | 30.68 | 40.72 | 73.26 | - |
| YUV | 137.73 | 173.86 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 219 | 0.95 | 0.15 | 0 | 0.14 | 189.19 | 0.91 | 0.45 |
| Hex | A | BB | DB | 5F | F | 0 | E | BD | 5B | 2D |
| Octal | 12 | 273 | 333 | 137 | 17 | 0 | 16 | 275 | 133 | 55 |
| Binary | 1010 | 10111011 | 11011011 | 1011111 | 1111 | 0 | 1110 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABBDB
Complementary color
Monochromatic Colors of #0ABBDB
Black with #0ABBDB
Text Example
Text Example
White with #0ABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBDB; }
p { color: rgb(10,187,219); }
H1.HeaderClassName
{
color: #0ABBDB;
}
.AnyTagClassName
{
color: #0ABBDB;
}
</style>
background-color css
<style>
a { background-color: #0ABBDB; }
a { background-color: rgb(10,187,219); }
div.DivClassName
{
background-color: #0ABBDB;
}
.BgClassName
{
background-color: #0ABBDB;
}
</style>
border-color css
<style>
span { border-color: #0ABBDB; }
span { border-color: rgb(10,187,219); }
td.TdClassName
{
border-color: #0ABBDB;
}
.TagClassName
{
border-color: #0ABBDB;
}
</style>