Shades of Deep Sky Blue #0DCDFC
Tints of Deep Sky Blue #0DCDFC
RGB
CMYK
RGB Variations
Color information
#0DCDFC (or 0x0DCDFC) is known color: Deep Sky Blue. HEX triplet: 0D, CD and FC. RGB value is (13,205,252). Sum of RGB (Red+Green+Blue) = 13+205+252=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DCDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDFC is #F23203. Grayscale: #989898. Windows color (decimal): -15872516 or 16567565. OLE color: 16567565.
HSL color Cylindrical-coordinate representation of color #0DCDFC: hue angle of 191.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCDFC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 205 | 252 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.01 |
| HSL | 191.8º | 0.98% | 0.52% | - |
| HSV(B) | 191.8º | 0.95% | 0.99% | - |
| XYZ | 39.57 | 50.78 | 99.81 | - |
| YUV | 152.95 | 183.89 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 252 | 0.95 | 0.19 | 0 | 0.01 | 191.8 | 0.98 | 0.52 |
| Hex | D | CD | FC | 5F | 13 | 0 | 1 | C0 | 62 | 34 |
| Octal | 15 | 315 | 374 | 137 | 23 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1101 | 11001101 | 11111100 | 1011111 | 10011 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0DCDFC
Complementary color
Monochromatic Colors of #0DCDFC
Black with #0DCDFC
Text Example
Text Example
White with #0DCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDFC; }
p { color: rgb(13,205,252); }
H1.HeaderClassName
{
color: #0DCDFC;
}
.AnyTagClassName
{
color: #0DCDFC;
}
</style>
background-color css
<style>
a { background-color: #0DCDFC; }
a { background-color: rgb(13,205,252); }
div.DivClassName
{
background-color: #0DCDFC;
}
.BgClassName
{
background-color: #0DCDFC;
}
</style>
border-color css
<style>
span { border-color: #0DCDFC; }
span { border-color: rgb(13,205,252); }
td.TdClassName
{
border-color: #0DCDFC;
}
.TagClassName
{
border-color: #0DCDFC;
}
</style>