Shades of Deep Sky Blue #0DCCF2
Tints of Deep Sky Blue #0DCCF2
RGB
CMYK
RGB Variations
Color information
#0DCCF2 (or 0x0DCCF2) is known color: Deep Sky Blue. HEX triplet: 0D, CC and F2. RGB value is (13,204,242). Sum of RGB (Red+Green+Blue) = 13+204+242=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #0DCCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCF2 is #F2330D. Grayscale: #969696. Windows color (decimal): -15872782 or 15911949. OLE color: 15911949.
HSL color Cylindrical-coordinate representation of color #0DCCF2: hue angle of 189.96º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCCF2 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 204 | 242 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.05 |
| HSL | 189.96º | 0.9% | 0.5% | - |
| HSV(B) | 189.96º | 0.95% | 0.95% | - |
| XYZ | 37.79 | 49.68 | 91.6 | - |
| YUV | 151.22 | 179.22 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 242 | 0.95 | 0.16 | 0 | 0.05 | 189.96 | 0.9 | 0.5 |
| Hex | D | CC | F2 | 5F | 10 | 0 | 5 | BE | 5A | 32 |
| Octal | 15 | 314 | 362 | 137 | 20 | 0 | 5 | 276 | 132 | 62 |
| Binary | 1101 | 11001100 | 11110010 | 1011111 | 10000 | 0 | 101 | 10111110 | 1011010 | 110010 |
Color Harmonies of #0DCCF2
Complementary color
Monochromatic Colors of #0DCCF2
Black with #0DCCF2
Text Example
Text Example
White with #0DCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCF2; }
p { color: rgb(13,204,242); }
H1.HeaderClassName
{
color: #0DCCF2;
}
.AnyTagClassName
{
color: #0DCCF2;
}
</style>
background-color css
<style>
a { background-color: #0DCCF2; }
a { background-color: rgb(13,204,242); }
div.DivClassName
{
background-color: #0DCCF2;
}
.BgClassName
{
background-color: #0DCCF2;
}
</style>
border-color css
<style>
span { border-color: #0DCCF2; }
span { border-color: rgb(13,204,242); }
td.TdClassName
{
border-color: #0DCCF2;
}
.TagClassName
{
border-color: #0DCCF2;
}
</style>