Shades of Iris Blue #0ABDD9
Tints of Iris Blue #0ABDD9
RGB
CMYK
RGB Variations
Color information
#0ABDD9 (or 0x0ABDD9) is known color: Iris Blue. HEX triplet: 0A, BD and D9. RGB value is (10,189,217). Sum of RGB (Red+Green+Blue) = 10+189+217=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 217 (85.16% from 255 or 52.16% from 416); Max value from RGB is 217 - color contains mainly: blue. Hex color #0ABDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDD9 is #F54226. Grayscale: #8A8A8A. Windows color (decimal): -16073255 or 14269706. OLE color: 14269706.
HSL color Cylindrical-coordinate representation of color #0ABDD9: hue angle of 188.12º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDD9 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 189 | 217 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.15 |
| HSL | 188.12º | 0.91% | 0.45% | - |
| HSV(B) | 188.12º | 0.95% | 0.85% | - |
| XYZ | 30.85 | 41.47 | 72.02 | - |
| YUV | 138.67 | 172.2 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 217 | 0.95 | 0.13 | 0 | 0.15 | 188.12 | 0.91 | 0.45 |
| Hex | A | BD | D9 | 5F | D | 0 | F | BC | 5B | 2D |
| Octal | 12 | 275 | 331 | 137 | 15 | 0 | 17 | 274 | 133 | 55 |
| Binary | 1010 | 10111101 | 11011001 | 1011111 | 1101 | 0 | 1111 | 10111100 | 1011011 | 101101 |
Color Harmonies of #0ABDD9
Complementary color
Monochromatic Colors of #0ABDD9
Black with #0ABDD9
Text Example
Text Example
White with #0ABDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDD9; }
p { color: rgb(10,189,217); }
H1.HeaderClassName
{
color: #0ABDD9;
}
.AnyTagClassName
{
color: #0ABDD9;
}
</style>
background-color css
<style>
a { background-color: #0ABDD9; }
a { background-color: rgb(10,189,217); }
div.DivClassName
{
background-color: #0ABDD9;
}
.BgClassName
{
background-color: #0ABDD9;
}
</style>
border-color css
<style>
span { border-color: #0ABDD9; }
span { border-color: rgb(10,189,217); }
td.TdClassName
{
border-color: #0ABDD9;
}
.TagClassName
{
border-color: #0ABDD9;
}
</style>