Shades of Iris Blue #0DC0CC
Tints of Iris Blue #0DC0CC
RGB
CMYK
RGB Variations
Color information
#0DC0CC (or 0x0DC0CC) is known color: Iris Blue. HEX triplet: 0D, C0 and CC. RGB value is (13,192,204). Sum of RGB (Red+Green+Blue) = 13+192+204=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DC0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0CC is #F23F33. Grayscale: #8B8B8B. Windows color (decimal): -15875892 or 13418509. OLE color: 13418509.
HSL color Cylindrical-coordinate representation of color #0DC0CC: hue angle of 183.77º degrees, saturation: 0.88, 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 #0DC0CC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 192 | 204 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.2 |
| HSL | 183.77º | 0.88% | 0.43% | - |
| HSV(B) | 183.77º | 0.94% | 0.8% | - |
| XYZ | 29.91 | 42.14 | 63.68 | - |
| YUV | 139.85 | 164.2 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 204 | 0.94 | 0.06 | 0 | 0.2 | 183.77 | 0.88 | 0.43 |
| Hex | D | C0 | CC | 5E | 6 | 0 | 14 | B8 | 58 | 2B |
| Octal | 15 | 300 | 314 | 136 | 6 | 0 | 24 | 270 | 130 | 53 |
| Binary | 1101 | 11000000 | 11001100 | 1011110 | 110 | 0 | 10100 | 10111000 | 1011000 | 101011 |
Color Harmonies of #0DC0CC
Complementary color
Monochromatic Colors of #0DC0CC
Black with #0DC0CC
Text Example
Text Example
White with #0DC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0CC; }
p { color: rgb(13,192,204); }
H1.HeaderClassName
{
color: #0DC0CC;
}
.AnyTagClassName
{
color: #0DC0CC;
}
</style>
background-color css
<style>
a { background-color: #0DC0CC; }
a { background-color: rgb(13,192,204); }
div.DivClassName
{
background-color: #0DC0CC;
}
.BgClassName
{
background-color: #0DC0CC;
}
</style>
border-color css
<style>
span { border-color: #0DC0CC; }
span { border-color: rgb(13,192,204); }
td.TdClassName
{
border-color: #0DC0CC;
}
.TagClassName
{
border-color: #0DC0CC;
}
</style>