Shades of Iris Blue #0ABEC0
Tints of Iris Blue #0ABEC0
RGB
CMYK
RGB Variations
Color information
#0ABEC0 (or 0x0ABEC0) is known color: Iris Blue. HEX triplet: 0A, BE and C0. RGB value is (10,190,192). Sum of RGB (Red+Green+Blue) = 10+190+192=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #0ABEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEC0 is #F5413F. Grayscale: #888888. Windows color (decimal): -16073024 or 12631562. OLE color: 12631562.
HSL color Cylindrical-coordinate representation of color #0ABEC0: hue angle of 180.66º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABEC0 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 192 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.25 |
| HSL | 180.66º | 0.9% | 0.4% | - |
| HSV(B) | 180.66º | 0.95% | 0.75% | - |
| XYZ | 28.05 | 40.7 | 56.25 | - |
| YUV | 136.41 | 159.37 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 192 | 0.95 | 0.01 | 0 | 0.25 | 180.66 | 0.9 | 0.4 |
| Hex | A | BE | C0 | 5F | 1 | 0 | 19 | B5 | 5A | 28 |
| Octal | 12 | 276 | 300 | 137 | 1 | 0 | 31 | 265 | 132 | 50 |
| Binary | 1010 | 10111110 | 11000000 | 1011111 | 1 | 0 | 11001 | 10110101 | 1011010 | 101000 |
Color Harmonies of #0ABEC0
Complementary color
Monochromatic Colors of #0ABEC0
Black with #0ABEC0
Text Example
Text Example
White with #0ABEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEC0; }
p { color: rgb(10,190,192); }
H1.HeaderClassName
{
color: #0ABEC0;
}
.AnyTagClassName
{
color: #0ABEC0;
}
</style>
background-color css
<style>
a { background-color: #0ABEC0; }
a { background-color: rgb(10,190,192); }
div.DivClassName
{
background-color: #0ABEC0;
}
.BgClassName
{
background-color: #0ABEC0;
}
</style>
border-color css
<style>
span { border-color: #0ABEC0; }
span { border-color: rgb(10,190,192); }
td.TdClassName
{
border-color: #0ABEC0;
}
.TagClassName
{
border-color: #0ABEC0;
}
</style>