Shades of Iris Blue #0ABADB
Tints of Iris Blue #0ABADB
RGB
CMYK
RGB Variations
Color information
#0ABADB (or 0x0ABADB) is known color: Iris Blue. HEX triplet: 0A, BA and DB. RGB value is (10,186,219). Sum of RGB (Red+Green+Blue) = 10+186+219=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ABADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABADB is #F54524. Grayscale: #888888. Windows color (decimal): -16074021 or 14400010. OLE color: 14400010.
HSL color Cylindrical-coordinate representation of color #0ABADB: hue angle of 189.47º 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 #0ABADB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 186 | 219 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.47º | 0.91% | 0.45% | - |
| HSV(B) | 189.47º | 0.95% | 0.86% | - |
| XYZ | 30.47 | 40.3 | 73.19 | - |
| YUV | 137.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 219 | 0.95 | 0.15 | 0 | 0.14 | 189.47 | 0.91 | 0.45 |
| Hex | A | BA | DB | 5F | F | 0 | E | BD | 5B | 2D |
| Octal | 12 | 272 | 333 | 137 | 17 | 0 | 16 | 275 | 133 | 55 |
| Binary | 1010 | 10111010 | 11011011 | 1011111 | 1111 | 0 | 1110 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABADB
Complementary color
Monochromatic Colors of #0ABADB
Black with #0ABADB
Text Example
Text Example
White with #0ABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABADB; }
p { color: rgb(10,186,219); }
H1.HeaderClassName
{
color: #0ABADB;
}
.AnyTagClassName
{
color: #0ABADB;
}
</style>
background-color css
<style>
a { background-color: #0ABADB; }
a { background-color: rgb(10,186,219); }
div.DivClassName
{
background-color: #0ABADB;
}
.BgClassName
{
background-color: #0ABADB;
}
</style>
border-color css
<style>
span { border-color: #0ABADB; }
span { border-color: rgb(10,186,219); }
td.TdClassName
{
border-color: #0ABADB;
}
.TagClassName
{
border-color: #0ABADB;
}
</style>