Shades of Iris Blue #0AC0CD
Tints of Iris Blue #0AC0CD
RGB
CMYK
RGB Variations
Color information
#0AC0CD (or 0x0AC0CD) is known color: Iris Blue. HEX triplet: 0A, C0 and CD. RGB value is (10,192,205). Sum of RGB (Red+Green+Blue) = 10+192+205=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AC0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC0CD is #F53F32. Grayscale: #8A8A8A. Windows color (decimal): -16072499 or 13484042. OLE color: 13484042.
HSL color Cylindrical-coordinate representation of color #0AC0CD: hue angle of 184º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC0CD is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 192 | 205 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.20 |
| HSL | 184º | 0.91% | 0.42% | - |
| HSV(B) | 184º | 0.95% | 0.8% | - |
| XYZ | 29.99 | 42.17 | 64.32 | - |
| YUV | 139.06 | 165.2 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 205 | 0.95 | 0.06 | 0 | 0.20 | 184 | 0.91 | 0.42 |
| Hex | A | C0 | CD | 5F | 6 | 0 | 14 | B8 | 5B | 2A |
| Octal | 12 | 300 | 315 | 137 | 6 | 0 | 24 | 270 | 133 | 52 |
| Binary | 1010 | 11000000 | 11001101 | 1011111 | 110 | 0 | 10100 | 10111000 | 1011011 | 101010 |
Color Harmonies of #0AC0CD
Complementary color
Monochromatic Colors of #0AC0CD
Black with #0AC0CD
Text Example
Text Example
White with #0AC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0CD; }
p { color: rgb(10,192,205); }
H1.HeaderClassName
{
color: #0AC0CD;
}
.AnyTagClassName
{
color: #0AC0CD;
}
</style>
background-color css
<style>
a { background-color: #0AC0CD; }
a { background-color: rgb(10,192,205); }
div.DivClassName
{
background-color: #0AC0CD;
}
.BgClassName
{
background-color: #0AC0CD;
}
</style>
border-color css
<style>
span { border-color: #0AC0CD; }
span { border-color: rgb(10,192,205); }
td.TdClassName
{
border-color: #0AC0CD;
}
.TagClassName
{
border-color: #0AC0CD;
}
</style>