Shades of Iris Blue #0ABCDB
Tints of Iris Blue #0ABCDB
RGB
CMYK
RGB Variations
Color information
#0ABCDB (or 0x0ABCDB) is known color: Iris Blue. HEX triplet: 0A, BC and DB. RGB value is (10,188,219). Sum of RGB (Red+Green+Blue) = 10+188+219=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ABCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCDB is #F54324. Grayscale: #8A8A8A. Windows color (decimal): -16073509 or 14400522. OLE color: 14400522.
HSL color Cylindrical-coordinate representation of color #0ABCDB: hue angle of 188.9º 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 #0ABCDB is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 188 | 219 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.14 |
| HSL | 188.9º | 0.91% | 0.45% | - |
| HSV(B) | 188.9º | 0.95% | 0.86% | - |
| XYZ | 30.89 | 41.15 | 73.33 | - |
| YUV | 138.31 | 173.53 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 219 | 0.95 | 0.14 | 0 | 0.14 | 188.9 | 0.91 | 0.45 |
| Hex | A | BC | DB | 5F | E | 0 | E | BD | 5B | 2D |
| Octal | 12 | 274 | 333 | 137 | 16 | 0 | 16 | 275 | 133 | 55 |
| Binary | 1010 | 10111100 | 11011011 | 1011111 | 1110 | 0 | 1110 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABCDB
Complementary color
Monochromatic Colors of #0ABCDB
Black with #0ABCDB
Text Example
Text Example
White with #0ABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCDB; }
p { color: rgb(10,188,219); }
H1.HeaderClassName
{
color: #0ABCDB;
}
.AnyTagClassName
{
color: #0ABCDB;
}
</style>
background-color css
<style>
a { background-color: #0ABCDB; }
a { background-color: rgb(10,188,219); }
div.DivClassName
{
background-color: #0ABCDB;
}
.BgClassName
{
background-color: #0ABCDB;
}
</style>
border-color css
<style>
span { border-color: #0ABCDB; }
span { border-color: rgb(10,188,219); }
td.TdClassName
{
border-color: #0ABCDB;
}
.TagClassName
{
border-color: #0ABCDB;
}
</style>