Shades of Iris Blue #0AB4CE
Tints of Iris Blue #0AB4CE
RGB
CMYK
RGB Variations
Color information
#0AB4CE (or 0x0AB4CE) is known color: Iris Blue. HEX triplet: 0A, B4 and CE. RGB value is (10,180,206). Sum of RGB (Red+Green+Blue) = 10+180+206=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB4CE is #F54B31. Grayscale: #838383. Windows color (decimal): -16075570 or 13546506. OLE color: 13546506.
HSL color Cylindrical-coordinate representation of color #0AB4CE: hue angle of 187.96º 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 #0AB4CE is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 180 | 206 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.19 |
| HSL | 187.96º | 0.91% | 0.42% | - |
| HSV(B) | 187.96º | 0.95% | 0.81% | - |
| XYZ | 27.59 | 37.16 | 64.11 | - |
| YUV | 132.13 | 169.68 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 206 | 0.95 | 0.13 | 0 | 0.19 | 187.96 | 0.91 | 0.42 |
| Hex | A | B4 | CE | 5F | D | 0 | 13 | BC | 5B | 2A |
| Octal | 12 | 264 | 316 | 137 | 15 | 0 | 23 | 274 | 133 | 52 |
| Binary | 1010 | 10110100 | 11001110 | 1011111 | 1101 | 0 | 10011 | 10111100 | 1011011 | 101010 |
Color Harmonies of #0AB4CE
Complementary color
Monochromatic Colors of #0AB4CE
Black with #0AB4CE
Text Example
Text Example
White with #0AB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB4CE; }
p { color: rgb(10,180,206); }
H1.HeaderClassName
{
color: #0AB4CE;
}
.AnyTagClassName
{
color: #0AB4CE;
}
</style>
background-color css
<style>
a { background-color: #0AB4CE; }
a { background-color: rgb(10,180,206); }
div.DivClassName
{
background-color: #0AB4CE;
}
.BgClassName
{
background-color: #0AB4CE;
}
</style>
border-color css
<style>
span { border-color: #0AB4CE; }
span { border-color: rgb(10,180,206); }
td.TdClassName
{
border-color: #0AB4CE;
}
.TagClassName
{
border-color: #0AB4CE;
}
</style>