Shades of Iris Blue #0CC0CD
Tints of Iris Blue #0CC0CD
RGB
CMYK
RGB Variations
Color information
#0CC0CD (or 0x0CC0CD) is known color: Iris Blue. HEX triplet: 0C, C0 and CD. RGB value is (12,192,205). Sum of RGB (Red+Green+Blue) = 12+192+205=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CC0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC0CD is #F33F32. Grayscale: #8B8B8B. Windows color (decimal): -15941427 or 13484044. OLE color: 13484044.
HSL color Cylindrical-coordinate representation of color #0CC0CD: hue angle of 184.04º 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 #0CC0CD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 192 | 205 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.20 |
| HSL | 184.04º | 0.89% | 0.43% | - |
| HSV(B) | 184.04º | 0.94% | 0.8% | - |
| XYZ | 30.02 | 42.19 | 64.32 | - |
| YUV | 139.66 | 164.87 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 205 | 0.94 | 0.06 | 0 | 0.20 | 184.04 | 0.89 | 0.43 |
| Hex | C | C0 | CD | 5E | 6 | 0 | 14 | B8 | 59 | 2B |
| Octal | 14 | 300 | 315 | 136 | 6 | 0 | 24 | 270 | 131 | 53 |
| Binary | 1100 | 11000000 | 11001101 | 1011110 | 110 | 0 | 10100 | 10111000 | 1011001 | 101011 |
Color Harmonies of #0CC0CD
Complementary color
Monochromatic Colors of #0CC0CD
Black with #0CC0CD
Text Example
Text Example
White with #0CC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC0CD; }
p { color: rgb(12,192,205); }
H1.HeaderClassName
{
color: #0CC0CD;
}
.AnyTagClassName
{
color: #0CC0CD;
}
</style>
background-color css
<style>
a { background-color: #0CC0CD; }
a { background-color: rgb(12,192,205); }
div.DivClassName
{
background-color: #0CC0CD;
}
.BgClassName
{
background-color: #0CC0CD;
}
</style>
border-color css
<style>
span { border-color: #0CC0CD; }
span { border-color: rgb(12,192,205); }
td.TdClassName
{
border-color: #0CC0CD;
}
.TagClassName
{
border-color: #0CC0CD;
}
</style>