Shades of Deep Sky Blue #0DD0F6
Tints of Deep Sky Blue #0DD0F6
RGB
CMYK
RGB Variations
Color information
#0DD0F6 (or 0x0DD0F6) is known color: Deep Sky Blue. HEX triplet: 0D, D0 and F6. RGB value is (13,208,246). Sum of RGB (Red+Green+Blue) = 13+208+246=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DD0F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD0F6 is #F22F09. Grayscale: #999999. Windows color (decimal): -15871754 or 16175117. OLE color: 16175117.
HSL color Cylindrical-coordinate representation of color #0DD0F6: hue angle of 189.79º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DD0F6 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 208 | 246 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.04 |
| HSL | 189.79º | 0.93% | 0.51% | - |
| HSV(B) | 189.79º | 0.95% | 0.96% | - |
| XYZ | 39.36 | 51.85 | 95.12 | - |
| YUV | 154.03 | 179.9 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 246 | 0.95 | 0.15 | 0 | 0.04 | 189.79 | 0.93 | 0.51 |
| Hex | D | D0 | F6 | 5F | F | 0 | 4 | BE | 5D | 33 |
| Octal | 15 | 320 | 366 | 137 | 17 | 0 | 4 | 276 | 135 | 63 |
| Binary | 1101 | 11010000 | 11110110 | 1011111 | 1111 | 0 | 100 | 10111110 | 1011101 | 110011 |
Color Harmonies of #0DD0F6
Complementary color
Monochromatic Colors of #0DD0F6
Black with #0DD0F6
Text Example
Text Example
White with #0DD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD0F6; }
p { color: rgb(13,208,246); }
H1.HeaderClassName
{
color: #0DD0F6;
}
.AnyTagClassName
{
color: #0DD0F6;
}
</style>
background-color css
<style>
a { background-color: #0DD0F6; }
a { background-color: rgb(13,208,246); }
div.DivClassName
{
background-color: #0DD0F6;
}
.BgClassName
{
background-color: #0DD0F6;
}
</style>
border-color css
<style>
span { border-color: #0DD0F6; }
span { border-color: rgb(13,208,246); }
td.TdClassName
{
border-color: #0DD0F6;
}
.TagClassName
{
border-color: #0DD0F6;
}
</style>