Shades of Deep Sky Blue #0DD8FC
Tints of Deep Sky Blue #0DD8FC
RGB
CMYK
RGB Variations
Color information
#0DD8FC (or 0x0DD8FC) is known color: Deep Sky Blue. HEX triplet: 0D, D8 and FC. RGB value is (13,216,252). Sum of RGB (Red+Green+Blue) = 13+216+252=481 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.70% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DD8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD8FC is #F22703. Grayscale: #9F9F9F. Windows color (decimal): -15869700 or 16570381. OLE color: 16570381.
HSL color Cylindrical-coordinate representation of color #0DD8FC: hue angle of 189.04º 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 #0DD8FC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 216 | 252 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.01 |
| HSL | 189.04º | 0.98% | 0.52% | - |
| HSV(B) | 189.04º | 0.95% | 0.99% | - |
| XYZ | 42.29 | 56.23 | 100.72 | - |
| YUV | 159.41 | 180.25 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 252 | 0.95 | 0.14 | 0 | 0.01 | 189.04 | 0.98 | 0.52 |
| Hex | D | D8 | FC | 5F | E | 0 | 1 | BD | 62 | 34 |
| Octal | 15 | 330 | 374 | 137 | 16 | 0 | 1 | 275 | 142 | 64 |
| Binary | 1101 | 11011000 | 11111100 | 1011111 | 1110 | 0 | 1 | 10111101 | 1100010 | 110100 |
Color Harmonies of #0DD8FC
Complementary color
Monochromatic Colors of #0DD8FC
Black with #0DD8FC
Text Example
Text Example
White with #0DD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD8FC; }
p { color: rgb(13,216,252); }
H1.HeaderClassName
{
color: #0DD8FC;
}
.AnyTagClassName
{
color: #0DD8FC;
}
</style>
background-color css
<style>
a { background-color: #0DD8FC; }
a { background-color: rgb(13,216,252); }
div.DivClassName
{
background-color: #0DD8FC;
}
.BgClassName
{
background-color: #0DD8FC;
}
</style>
border-color css
<style>
span { border-color: #0DD8FC; }
span { border-color: rgb(13,216,252); }
td.TdClassName
{
border-color: #0DD8FC;
}
.TagClassName
{
border-color: #0DD8FC;
}
</style>