Shades of Iris Blue #0ABBDD
Tints of Iris Blue #0ABBDD
RGB
CMYK
RGB Variations
Color information
#0ABBDD (or 0x0ABBDD) is known color: Iris Blue. HEX triplet: 0A, BB and DD. RGB value is (10,187,221). Sum of RGB (Red+Green+Blue) = 10+187+221=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ABBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBDD is #F54422. Grayscale: #898989. Windows color (decimal): -16073763 or 14531338. OLE color: 14531338.
HSL color Cylindrical-coordinate representation of color #0ABBDD: hue angle of 189.67º 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 #0ABBDD is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 187 | 221 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.13 |
| HSL | 189.67º | 0.91% | 0.45% | - |
| HSV(B) | 189.67º | 0.95% | 0.87% | - |
| XYZ | 30.95 | 40.83 | 74.66 | - |
| YUV | 137.95 | 174.86 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 221 | 0.95 | 0.15 | 0 | 0.13 | 189.67 | 0.91 | 0.45 |
| Hex | A | BB | DD | 5F | F | 0 | D | BE | 5B | 2D |
| Octal | 12 | 273 | 335 | 137 | 17 | 0 | 15 | 276 | 133 | 55 |
| Binary | 1010 | 10111011 | 11011101 | 1011111 | 1111 | 0 | 1101 | 10111110 | 1011011 | 101101 |
Color Harmonies of #0ABBDD
Complementary color
Monochromatic Colors of #0ABBDD
Black with #0ABBDD
Text Example
Text Example
White with #0ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBDD; }
p { color: rgb(10,187,221); }
H1.HeaderClassName
{
color: #0ABBDD;
}
.AnyTagClassName
{
color: #0ABBDD;
}
</style>
background-color css
<style>
a { background-color: #0ABBDD; }
a { background-color: rgb(10,187,221); }
div.DivClassName
{
background-color: #0ABBDD;
}
.BgClassName
{
background-color: #0ABBDD;
}
</style>
border-color css
<style>
span { border-color: #0ABBDD; }
span { border-color: rgb(10,187,221); }
td.TdClassName
{
border-color: #0ABBDD;
}
.TagClassName
{
border-color: #0ABBDD;
}
</style>