Shades of Iris Blue #0DC0CF
Tints of Iris Blue #0DC0CF
RGB
CMYK
RGB Variations
Color information
#0DC0CF (or 0x0DC0CF) is known color: Iris Blue. HEX triplet: 0D, C0 and CF. RGB value is (13,192,207). Sum of RGB (Red+Green+Blue) = 13+192+207=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DC0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0CF is #F23F30. Grayscale: #8B8B8B. Windows color (decimal): -15875889 or 13615117. OLE color: 13615117.
HSL color Cylindrical-coordinate representation of color #0DC0CF: hue angle of 184.64º degrees, saturation: 0.88, 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 #0DC0CF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 192 | 207 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.19 |
| HSL | 184.64º | 0.88% | 0.43% | - |
| HSV(B) | 184.64º | 0.94% | 0.81% | - |
| XYZ | 30.28 | 42.29 | 65.6 | - |
| YUV | 140.19 | 165.7 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 207 | 0.94 | 0.07 | 0 | 0.19 | 184.64 | 0.88 | 0.43 |
| Hex | D | C0 | CF | 5E | 7 | 0 | 13 | B9 | 58 | 2B |
| Octal | 15 | 300 | 317 | 136 | 7 | 0 | 23 | 271 | 130 | 53 |
| Binary | 1101 | 11000000 | 11001111 | 1011110 | 111 | 0 | 10011 | 10111001 | 1011000 | 101011 |
Color Harmonies of #0DC0CF
Complementary color
Monochromatic Colors of #0DC0CF
Black with #0DC0CF
Text Example
Text Example
White with #0DC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0CF; }
p { color: rgb(13,192,207); }
H1.HeaderClassName
{
color: #0DC0CF;
}
.AnyTagClassName
{
color: #0DC0CF;
}
</style>
background-color css
<style>
a { background-color: #0DC0CF; }
a { background-color: rgb(13,192,207); }
div.DivClassName
{
background-color: #0DC0CF;
}
.BgClassName
{
background-color: #0DC0CF;
}
</style>
border-color css
<style>
span { border-color: #0DC0CF; }
span { border-color: rgb(13,192,207); }
td.TdClassName
{
border-color: #0DC0CF;
}
.TagClassName
{
border-color: #0DC0CF;
}
</style>