Shades of Deep Sky Blue #0DCDFF
Tints of Deep Sky Blue #0DCDFF
RGB
CMYK
RGB Variations
Color information
#0DCDFF (or 0x0DCDFF) is known color: Deep Sky Blue. HEX triplet: 0D, CD and FF. RGB value is (13,205,255). Sum of RGB (Red+Green+Blue) = 13+205+255=473 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DCDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDFF is #F23200. Grayscale: #989898. Windows color (decimal): -15872513 or 16764173. OLE color: 16764173.
HSL color Cylindrical-coordinate representation of color #0DCDFF: hue angle of 192.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCDFF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 205 | 255 | - |
| CMYK | 0.95 | 0.20 | 0 | 0 |
| HSL | 192.4º | 1% | 0.53% | - |
| HSV(B) | 192.4º | 0.95% | 1% | - |
| XYZ | 40.05 | 50.97 | 102.33 | - |
| YUV | 153.29 | 185.39 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 255 | 0.95 | 0.20 | 0 | 0 | 192.4 | 1 | 0.53 |
| Hex | D | CD | FF | 5F | 14 | 0 | 0 | C0 | 64 | 35 |
| Octal | 15 | 315 | 377 | 137 | 24 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1101 | 11001101 | 11111111 | 1011111 | 10100 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0DCDFF
Complementary color
Monochromatic Colors of #0DCDFF
Black with #0DCDFF
Text Example
Text Example
White with #0DCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDFF; }
p { color: rgb(13,205,255); }
H1.HeaderClassName
{
color: #0DCDFF;
}
.AnyTagClassName
{
color: #0DCDFF;
}
</style>
background-color css
<style>
a { background-color: #0DCDFF; }
a { background-color: rgb(13,205,255); }
div.DivClassName
{
background-color: #0DCDFF;
}
.BgClassName
{
background-color: #0DCDFF;
}
</style>
border-color css
<style>
span { border-color: #0DCDFF; }
span { border-color: rgb(13,205,255); }
td.TdClassName
{
border-color: #0DCDFF;
}
.TagClassName
{
border-color: #0DCDFF;
}
</style>