Shades of Iris Blue #0ABACE
Tints of Iris Blue #0ABACE
RGB
CMYK
RGB Variations
Color information
#0ABACE (or 0x0ABACE) is known color: Iris Blue. HEX triplet: 0A, BA and CE. RGB value is (10,186,206). Sum of RGB (Red+Green+Blue) = 10+186+206=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ABACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABACE is #F54531. Grayscale: #878787. Windows color (decimal): -16074034 or 13548042. OLE color: 13548042.
HSL color Cylindrical-coordinate representation of color #0ABACE: hue angle of 186.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABACE is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 186 | 206 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.19 |
| HSL | 186.12º | 0.91% | 0.42% | - |
| HSV(B) | 186.12º | 0.95% | 0.81% | - |
| XYZ | 28.82 | 39.64 | 64.52 | - |
| YUV | 135.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 206 | 0.95 | 0.10 | 0 | 0.19 | 186.12 | 0.91 | 0.42 |
| Hex | A | BA | CE | 5F | A | 0 | 13 | BA | 5B | 2A |
| Octal | 12 | 272 | 316 | 137 | 12 | 0 | 23 | 272 | 133 | 52 |
| Binary | 1010 | 10111010 | 11001110 | 1011111 | 1010 | 0 | 10011 | 10111010 | 1011011 | 101010 |
Color Harmonies of #0ABACE
Complementary color
Monochromatic Colors of #0ABACE
Black with #0ABACE
Text Example
Text Example
White with #0ABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABACE; }
p { color: rgb(10,186,206); }
H1.HeaderClassName
{
color: #0ABACE;
}
.AnyTagClassName
{
color: #0ABACE;
}
</style>
background-color css
<style>
a { background-color: #0ABACE; }
a { background-color: rgb(10,186,206); }
div.DivClassName
{
background-color: #0ABACE;
}
.BgClassName
{
background-color: #0ABACE;
}
</style>
border-color css
<style>
span { border-color: #0ABACE; }
span { border-color: rgb(10,186,206); }
td.TdClassName
{
border-color: #0ABACE;
}
.TagClassName
{
border-color: #0ABACE;
}
</style>