Shades of Iris Blue #0ABDDD
Tints of Iris Blue #0ABDDD
RGB
CMYK
RGB Variations
Color information
#0ABDDD (or 0x0ABDDD) is known color: Iris Blue. HEX triplet: 0A, BD and DD. RGB value is (10,189,221). Sum of RGB (Red+Green+Blue) = 10+189+221=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ABDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDDD is #F54222. Grayscale: #8A8A8A. Windows color (decimal): -16073251 or 14531850. OLE color: 14531850.
HSL color Cylindrical-coordinate representation of color #0ABDDD: hue angle of 189.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDDD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 189 | 221 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 189.1º | 0.91% | 0.45% | - |
| HSV(B) | 189.1º | 0.95% | 0.87% | - |
| XYZ | 31.37 | 41.68 | 74.8 | - |
| YUV | 139.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 221 | 0.95 | 0.14 | 0 | 0.13 | 189.1 | 0.91 | 0.45 |
| Hex | A | BD | DD | 5F | E | 0 | D | BD | 5B | 2D |
| Octal | 12 | 275 | 335 | 137 | 16 | 0 | 15 | 275 | 133 | 55 |
| Binary | 1010 | 10111101 | 11011101 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABDDD
Complementary color
Monochromatic Colors of #0ABDDD
Black with #0ABDDD
Text Example
Text Example
White with #0ABDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDDD; }
p { color: rgb(10,189,221); }
H1.HeaderClassName
{
color: #0ABDDD;
}
.AnyTagClassName
{
color: #0ABDDD;
}
</style>
background-color css
<style>
a { background-color: #0ABDDD; }
a { background-color: rgb(10,189,221); }
div.DivClassName
{
background-color: #0ABDDD;
}
.BgClassName
{
background-color: #0ABDDD;
}
</style>
border-color css
<style>
span { border-color: #0ABDDD; }
span { border-color: rgb(10,189,221); }
td.TdClassName
{
border-color: #0ABDDD;
}
.TagClassName
{
border-color: #0ABDDD;
}
</style>