Shades of Iris Blue #0DC0CD
Tints of Iris Blue #0DC0CD
RGB
CMYK
RGB Variations
Color information
#0DC0CD (or 0x0DC0CD) is known color: Iris Blue. HEX triplet: 0D, C0 and CD. RGB value is (13,192,205). Sum of RGB (Red+Green+Blue) = 13+192+205=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DC0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0CD is #F23F32. Grayscale: #8B8B8B. Windows color (decimal): -15875891 or 13484045. OLE color: 13484045.
HSL color Cylindrical-coordinate representation of color #0DC0CD: hue angle of 184.06º 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 #0DC0CD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 192 | 205 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.20 |
| HSL | 184.06º | 0.88% | 0.43% | - |
| HSV(B) | 184.06º | 0.94% | 0.8% | - |
| XYZ | 30.04 | 42.19 | 64.32 | - |
| YUV | 139.96 | 164.7 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 205 | 0.94 | 0.06 | 0 | 0.20 | 184.06 | 0.88 | 0.43 |
| Hex | D | C0 | CD | 5E | 6 | 0 | 14 | B8 | 58 | 2B |
| Octal | 15 | 300 | 315 | 136 | 6 | 0 | 24 | 270 | 130 | 53 |
| Binary | 1101 | 11000000 | 11001101 | 1011110 | 110 | 0 | 10100 | 10111000 | 1011000 | 101011 |
Color Harmonies of #0DC0CD
Complementary color
Monochromatic Colors of #0DC0CD
Black with #0DC0CD
Text Example
Text Example
White with #0DC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0CD; }
p { color: rgb(13,192,205); }
H1.HeaderClassName
{
color: #0DC0CD;
}
.AnyTagClassName
{
color: #0DC0CD;
}
</style>
background-color css
<style>
a { background-color: #0DC0CD; }
a { background-color: rgb(13,192,205); }
div.DivClassName
{
background-color: #0DC0CD;
}
.BgClassName
{
background-color: #0DC0CD;
}
</style>
border-color css
<style>
span { border-color: #0DC0CD; }
span { border-color: rgb(13,192,205); }
td.TdClassName
{
border-color: #0DC0CD;
}
.TagClassName
{
border-color: #0DC0CD;
}
</style>