Shades of Iris Blue #0AB8C0
Tints of Iris Blue #0AB8C0
RGB
CMYK
RGB Variations
Color information
#0AB8C0 (or 0x0AB8C0) is known color: Iris Blue. HEX triplet: 0A, B8 and C0. RGB value is (10,184,192). Sum of RGB (Red+Green+Blue) = 10+184+192=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #0AB8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8C0 is #F5473F. Grayscale: #848484. Windows color (decimal): -16074560 or 12630026. OLE color: 12630026.
HSL color Cylindrical-coordinate representation of color #0AB8C0: hue angle of 182.64º 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 #0AB8C0 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 184 | 192 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.25 |
| HSL | 182.64º | 0.9% | 0.4% | - |
| HSV(B) | 182.64º | 0.95% | 0.75% | - |
| XYZ | 26.78 | 38.15 | 55.82 | - |
| YUV | 132.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 192 | 0.95 | 0.04 | 0 | 0.25 | 182.64 | 0.9 | 0.4 |
| Hex | A | B8 | C0 | 5F | 4 | 0 | 19 | B7 | 5A | 28 |
| Octal | 12 | 270 | 300 | 137 | 4 | 0 | 31 | 267 | 132 | 50 |
| Binary | 1010 | 10111000 | 11000000 | 1011111 | 100 | 0 | 11001 | 10110111 | 1011010 | 101000 |
Color Harmonies of #0AB8C0
Complementary color
Monochromatic Colors of #0AB8C0
Black with #0AB8C0
Text Example
Text Example
White with #0AB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8C0; }
p { color: rgb(10,184,192); }
H1.HeaderClassName
{
color: #0AB8C0;
}
.AnyTagClassName
{
color: #0AB8C0;
}
</style>
background-color css
<style>
a { background-color: #0AB8C0; }
a { background-color: rgb(10,184,192); }
div.DivClassName
{
background-color: #0AB8C0;
}
.BgClassName
{
background-color: #0AB8C0;
}
</style>
border-color css
<style>
span { border-color: #0AB8C0; }
span { border-color: rgb(10,184,192); }
td.TdClassName
{
border-color: #0AB8C0;
}
.TagClassName
{
border-color: #0AB8C0;
}
</style>