Shades of Iris Blue #0CADCD
Tints of Iris Blue #0CADCD
RGB
CMYK
RGB Variations
Color information
#0CADCD (or 0x0CADCD) is known color: Iris Blue. HEX triplet: 0C, AD and CD. RGB value is (12,173,205). Sum of RGB (Red+Green+Blue) = 12+173+205=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADCD is #F35232. Grayscale: #808080. Windows color (decimal): -15946291 or 13479180. OLE color: 13479180.
HSL color Cylindrical-coordinate representation of color #0CADCD: hue angle of 189.95º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CADCD is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 173 | 205 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.20 |
| HSL | 189.95º | 0.89% | 0.43% | - |
| HSV(B) | 189.95º | 0.94% | 0.8% | - |
| XYZ | 26.11 | 34.37 | 63.02 | - |
| YUV | 128.51 | 171.16 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 205 | 0.94 | 0.16 | 0 | 0.20 | 189.95 | 0.89 | 0.43 |
| Hex | C | AD | CD | 5E | 10 | 0 | 14 | BE | 59 | 2B |
| Octal | 14 | 255 | 315 | 136 | 20 | 0 | 24 | 276 | 131 | 53 |
| Binary | 1100 | 10101101 | 11001101 | 1011110 | 10000 | 0 | 10100 | 10111110 | 1011001 | 101011 |
Color Harmonies of #0CADCD
Complementary color
Monochromatic Colors of #0CADCD
Black with #0CADCD
Text Example
Text Example
White with #0CADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADCD; }
p { color: rgb(12,173,205); }
H1.HeaderClassName
{
color: #0CADCD;
}
.AnyTagClassName
{
color: #0CADCD;
}
</style>
background-color css
<style>
a { background-color: #0CADCD; }
a { background-color: rgb(12,173,205); }
div.DivClassName
{
background-color: #0CADCD;
}
.BgClassName
{
background-color: #0CADCD;
}
</style>
border-color css
<style>
span { border-color: #0CADCD; }
span { border-color: rgb(12,173,205); }
td.TdClassName
{
border-color: #0CADCD;
}
.TagClassName
{
border-color: #0CADCD;
}
</style>