Shades of Iris Blue #0ABCC0
Tints of Iris Blue #0ABCC0
RGB
CMYK
RGB Variations
Color information
#0ABCC0 (or 0x0ABCC0) is known color: Iris Blue. HEX triplet: 0A, BC and C0. RGB value is (10,188,192). Sum of RGB (Red+Green+Blue) = 10+188+192=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #0ABCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCC0 is #F5433F. Grayscale: #878787. Windows color (decimal): -16073536 or 12631050. OLE color: 12631050.
HSL color Cylindrical-coordinate representation of color #0ABCC0: hue angle of 181.32º 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 #0ABCC0 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 188 | 192 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.25 |
| HSL | 181.32º | 0.9% | 0.4% | - |
| HSV(B) | 181.32º | 0.95% | 0.75% | - |
| XYZ | 27.62 | 39.84 | 56.1 | - |
| YUV | 135.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 192 | 0.95 | 0.02 | 0 | 0.25 | 181.32 | 0.9 | 0.4 |
| Hex | A | BC | C0 | 5F | 2 | 0 | 19 | B5 | 5A | 28 |
| Octal | 12 | 274 | 300 | 137 | 2 | 0 | 31 | 265 | 132 | 50 |
| Binary | 1010 | 10111100 | 11000000 | 1011111 | 10 | 0 | 11001 | 10110101 | 1011010 | 101000 |
Color Harmonies of #0ABCC0
Complementary color
Monochromatic Colors of #0ABCC0
Black with #0ABCC0
Text Example
Text Example
White with #0ABCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCC0; }
p { color: rgb(10,188,192); }
H1.HeaderClassName
{
color: #0ABCC0;
}
.AnyTagClassName
{
color: #0ABCC0;
}
</style>
background-color css
<style>
a { background-color: #0ABCC0; }
a { background-color: rgb(10,188,192); }
div.DivClassName
{
background-color: #0ABCC0;
}
.BgClassName
{
background-color: #0ABCC0;
}
</style>
border-color css
<style>
span { border-color: #0ABCC0; }
span { border-color: rgb(10,188,192); }
td.TdClassName
{
border-color: #0ABCC0;
}
.TagClassName
{
border-color: #0ABCC0;
}
</style>