Shades of Iris Blue #0ABECC
Tints of Iris Blue #0ABECC
RGB
CMYK
RGB Variations
Color information
#0ABECC (or 0x0ABECC) is known color: Iris Blue. HEX triplet: 0A, BE and CC. RGB value is (10,190,204). Sum of RGB (Red+Green+Blue) = 10+190+204=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #0ABECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABECC is #F54133. Grayscale: #898989. Windows color (decimal): -16073012 or 13417994. OLE color: 13417994.
HSL color Cylindrical-coordinate representation of color #0ABECC: hue angle of 184.33º 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 #0ABECC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 190 | 204 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.2 |
| HSL | 184.33º | 0.91% | 0.42% | - |
| HSV(B) | 184.33º | 0.95% | 0.8% | - |
| XYZ | 29.44 | 41.25 | 63.54 | - |
| YUV | 137.78 | 165.37 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 204 | 0.95 | 0.07 | 0 | 0.2 | 184.33 | 0.91 | 0.42 |
| Hex | A | BE | CC | 5F | 7 | 0 | 14 | B8 | 5B | 2A |
| Octal | 12 | 276 | 314 | 137 | 7 | 0 | 24 | 270 | 133 | 52 |
| Binary | 1010 | 10111110 | 11001100 | 1011111 | 111 | 0 | 10100 | 10111000 | 1011011 | 101010 |
Color Harmonies of #0ABECC
Complementary color
Monochromatic Colors of #0ABECC
Black with #0ABECC
Text Example
Text Example
White with #0ABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABECC; }
p { color: rgb(10,190,204); }
H1.HeaderClassName
{
color: #0ABECC;
}
.AnyTagClassName
{
color: #0ABECC;
}
</style>
background-color css
<style>
a { background-color: #0ABECC; }
a { background-color: rgb(10,190,204); }
div.DivClassName
{
background-color: #0ABECC;
}
.BgClassName
{
background-color: #0ABECC;
}
</style>
border-color css
<style>
span { border-color: #0ABECC; }
span { border-color: rgb(10,190,204); }
td.TdClassName
{
border-color: #0ABECC;
}
.TagClassName
{
border-color: #0ABECC;
}
</style>