Shades of Iris Blue #0ABDCE
Tints of Iris Blue #0ABDCE
RGB
CMYK
RGB Variations
Color information
#0ABDCE (or 0x0ABDCE) is known color: Iris Blue. HEX triplet: 0A, BD and CE. RGB value is (10,189,206). Sum of RGB (Red+Green+Blue) = 10+189+206=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ABDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDCE is #F54231. Grayscale: #898989. Windows color (decimal): -16073266 or 13548810. OLE color: 13548810.
HSL color Cylindrical-coordinate representation of color #0ABDCE: hue angle of 185.2º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDCE is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 189 | 206 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.19 |
| HSL | 185.2º | 0.91% | 0.42% | - |
| HSV(B) | 185.2º | 0.95% | 0.81% | - |
| XYZ | 29.46 | 40.92 | 64.74 | - |
| YUV | 137.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 206 | 0.95 | 0.08 | 0 | 0.19 | 185.2 | 0.91 | 0.42 |
| Hex | A | BD | CE | 5F | 8 | 0 | 13 | B9 | 5B | 2A |
| Octal | 12 | 275 | 316 | 137 | 10 | 0 | 23 | 271 | 133 | 52 |
| Binary | 1010 | 10111101 | 11001110 | 1011111 | 1000 | 0 | 10011 | 10111001 | 1011011 | 101010 |
Color Harmonies of #0ABDCE
Complementary color
Monochromatic Colors of #0ABDCE
Black with #0ABDCE
Text Example
Text Example
White with #0ABDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDCE; }
p { color: rgb(10,189,206); }
H1.HeaderClassName
{
color: #0ABDCE;
}
.AnyTagClassName
{
color: #0ABDCE;
}
</style>
background-color css
<style>
a { background-color: #0ABDCE; }
a { background-color: rgb(10,189,206); }
div.DivClassName
{
background-color: #0ABDCE;
}
.BgClassName
{
background-color: #0ABDCE;
}
</style>
border-color css
<style>
span { border-color: #0ABDCE; }
span { border-color: rgb(10,189,206); }
td.TdClassName
{
border-color: #0ABDCE;
}
.TagClassName
{
border-color: #0ABDCE;
}
</style>