Shades of Iris Blue #0ABBCD
Tints of Iris Blue #0ABBCD
RGB
CMYK
RGB Variations
Color information
#0ABBCD (or 0x0ABBCD) is known color: Iris Blue. HEX triplet: 0A, BB and CD. RGB value is (10,187,205). Sum of RGB (Red+Green+Blue) = 10+187+205=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #0ABBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBCD is #F54432. Grayscale: #878787. Windows color (decimal): -16073779 or 13482762. OLE color: 13482762.
HSL color Cylindrical-coordinate representation of color #0ABBCD: hue angle of 185.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBCD is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 187 | 205 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.20 |
| HSL | 185.54º | 0.91% | 0.42% | - |
| HSV(B) | 185.54º | 0.95% | 0.8% | - |
| XYZ | 28.91 | 40.01 | 63.96 | - |
| YUV | 136.13 | 166.86 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 205 | 0.95 | 0.09 | 0 | 0.20 | 185.54 | 0.91 | 0.42 |
| Hex | A | BB | CD | 5F | 9 | 0 | 14 | BA | 5B | 2A |
| Octal | 12 | 273 | 315 | 137 | 11 | 0 | 24 | 272 | 133 | 52 |
| Binary | 1010 | 10111011 | 11001101 | 1011111 | 1001 | 0 | 10100 | 10111010 | 1011011 | 101010 |
Color Harmonies of #0ABBCD
Complementary color
Monochromatic Colors of #0ABBCD
Black with #0ABBCD
Text Example
Text Example
White with #0ABBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBCD; }
p { color: rgb(10,187,205); }
H1.HeaderClassName
{
color: #0ABBCD;
}
.AnyTagClassName
{
color: #0ABBCD;
}
</style>
background-color css
<style>
a { background-color: #0ABBCD; }
a { background-color: rgb(10,187,205); }
div.DivClassName
{
background-color: #0ABBCD;
}
.BgClassName
{
background-color: #0ABBCD;
}
</style>
border-color css
<style>
span { border-color: #0ABBCD; }
span { border-color: rgb(10,187,205); }
td.TdClassName
{
border-color: #0ABBCD;
}
.TagClassName
{
border-color: #0ABBCD;
}
</style>