Shades of Iris Blue #0AC0CE
Tints of Iris Blue #0AC0CE
RGB
CMYK
RGB Variations
Color information
#0AC0CE (or 0x0AC0CE) is known color: Iris Blue. HEX triplet: 0A, C0 and CE. RGB value is (10,192,206). Sum of RGB (Red+Green+Blue) = 10+192+206=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AC0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC0CE is #F53F31. Grayscale: #8A8A8A. Windows color (decimal): -16072498 or 13549578. OLE color: 13549578.
HSL color Cylindrical-coordinate representation of color #0AC0CE: hue angle of 184.29º 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 #0AC0CE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 192 | 206 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.19 |
| HSL | 184.29º | 0.91% | 0.42% | - |
| HSV(B) | 184.29º | 0.95% | 0.81% | - |
| XYZ | 30.12 | 42.22 | 64.95 | - |
| YUV | 139.18 | 165.7 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 206 | 0.95 | 0.07 | 0 | 0.19 | 184.29 | 0.91 | 0.42 |
| Hex | A | C0 | CE | 5F | 7 | 0 | 13 | B8 | 5B | 2A |
| Octal | 12 | 300 | 316 | 137 | 7 | 0 | 23 | 270 | 133 | 52 |
| Binary | 1010 | 11000000 | 11001110 | 1011111 | 111 | 0 | 10011 | 10111000 | 1011011 | 101010 |
Color Harmonies of #0AC0CE
Complementary color
Monochromatic Colors of #0AC0CE
Black with #0AC0CE
Text Example
Text Example
White with #0AC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0CE; }
p { color: rgb(10,192,206); }
H1.HeaderClassName
{
color: #0AC0CE;
}
.AnyTagClassName
{
color: #0AC0CE;
}
</style>
background-color css
<style>
a { background-color: #0AC0CE; }
a { background-color: rgb(10,192,206); }
div.DivClassName
{
background-color: #0AC0CE;
}
.BgClassName
{
background-color: #0AC0CE;
}
</style>
border-color css
<style>
span { border-color: #0AC0CE; }
span { border-color: rgb(10,192,206); }
td.TdClassName
{
border-color: #0AC0CE;
}
.TagClassName
{
border-color: #0AC0CE;
}
</style>