Shades of Iris Blue #0CADCE
Tints of Iris Blue #0CADCE
RGB
CMYK
RGB Variations
Color information
#0CADCE (or 0x0CADCE) is known color: Iris Blue. HEX triplet: 0C, AD and CE. RGB value is (12,173,206). Sum of RGB (Red+Green+Blue) = 12+173+206=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADCE is #F35231. Grayscale: #808080. Windows color (decimal): -15946290 or 13544716. OLE color: 13544716.
HSL color Cylindrical-coordinate representation of color #0CADCE: hue angle of 190.21º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CADCE is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 173 | 206 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.19 |
| HSL | 190.21º | 0.89% | 0.43% | - |
| HSV(B) | 190.21º | 0.94% | 0.81% | - |
| XYZ | 26.24 | 34.42 | 63.65 | - |
| YUV | 128.62 | 171.66 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 206 | 0.94 | 0.16 | 0 | 0.19 | 190.21 | 0.89 | 0.43 |
| Hex | C | AD | CE | 5E | 10 | 0 | 13 | BE | 59 | 2B |
| Octal | 14 | 255 | 316 | 136 | 20 | 0 | 23 | 276 | 131 | 53 |
| Binary | 1100 | 10101101 | 11001110 | 1011110 | 10000 | 0 | 10011 | 10111110 | 1011001 | 101011 |
Color Harmonies of #0CADCE
Complementary color
Monochromatic Colors of #0CADCE
Black with #0CADCE
Text Example
Text Example
White with #0CADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADCE; }
p { color: rgb(12,173,206); }
H1.HeaderClassName
{
color: #0CADCE;
}
.AnyTagClassName
{
color: #0CADCE;
}
</style>
background-color css
<style>
a { background-color: #0CADCE; }
a { background-color: rgb(12,173,206); }
div.DivClassName
{
background-color: #0CADCE;
}
.BgClassName
{
background-color: #0CADCE;
}
</style>
border-color css
<style>
span { border-color: #0CADCE; }
span { border-color: rgb(12,173,206); }
td.TdClassName
{
border-color: #0CADCE;
}
.TagClassName
{
border-color: #0CADCE;
}
</style>