Shades of Deep Sky Blue #0DDCFE
Tints of Deep Sky Blue #0DDCFE
RGB
CMYK
RGB Variations
Color information
#0DDCFE (or 0x0DDCFE) is known color: Deep Sky Blue. HEX triplet: 0D, DC and FE. RGB value is (13,220,254). Sum of RGB (Red+Green+Blue) = 13+220+254=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DDCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDCFE is #F22301. Grayscale: #A1A1A1. Windows color (decimal): -15868674 or 16702477. OLE color: 16702477.
HSL color Cylindrical-coordinate representation of color #0DDCFE: hue angle of 188.46º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDCFE is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 220 | 254 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.00 |
| HSL | 188.46º | 0.99% | 0.52% | - |
| HSV(B) | 188.46º | 0.95% | 1% | - |
| XYZ | 43.65 | 58.43 | 102.74 | - |
| YUV | 161.98 | 179.92 | 21.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 254 | 0.95 | 0.13 | 0 | 0.00 | 188.46 | 0.99 | 0.52 |
| Hex | D | DC | FE | 5F | D | 0 | 0 | BC | 63 | 34 |
| Octal | 15 | 334 | 376 | 137 | 15 | 0 | 0 | 274 | 143 | 64 |
| Binary | 1101 | 11011100 | 11111110 | 1011111 | 1101 | 0 | 0 | 10111100 | 1100011 | 110100 |
Color Harmonies of #0DDCFE
Complementary color
Monochromatic Colors of #0DDCFE
Black with #0DDCFE
Text Example
Text Example
White with #0DDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCFE; }
p { color: rgb(13,220,254); }
H1.HeaderClassName
{
color: #0DDCFE;
}
.AnyTagClassName
{
color: #0DDCFE;
}
</style>
background-color css
<style>
a { background-color: #0DDCFE; }
a { background-color: rgb(13,220,254); }
div.DivClassName
{
background-color: #0DDCFE;
}
.BgClassName
{
background-color: #0DDCFE;
}
</style>
border-color css
<style>
span { border-color: #0DDCFE; }
span { border-color: rgb(13,220,254); }
td.TdClassName
{
border-color: #0DDCFE;
}
.TagClassName
{
border-color: #0DDCFE;
}
</style>