Shades of Deep Sky Blue #0DD2FF
Tints of Deep Sky Blue #0DD2FF
RGB
CMYK
RGB Variations
Color information
#0DD2FF (or 0x0DD2FF) is known color: Deep Sky Blue. HEX triplet: 0D, D2 and FF. RGB value is (13,210,255). Sum of RGB (Red+Green+Blue) = 13+210+255=478 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.72% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DD2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD2FF is #F22D00. Grayscale: #9B9B9B. Windows color (decimal): -15871233 or 16765453. OLE color: 16765453.
HSL color Cylindrical-coordinate representation of color #0DD2FF: hue angle of 191.16º 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 #0DD2FF is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 210 | 255 | - |
| CMYK | 0.95 | 0.18 | 0 | 0 |
| HSL | 191.16º | 1% | 0.53% | - |
| HSV(B) | 191.16º | 0.95% | 1% | - |
| XYZ | 41.26 | 53.4 | 102.74 | - |
| YUV | 156.23 | 183.73 | 25.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 255 | 0.95 | 0.18 | 0 | 0 | 191.16 | 1 | 0.53 |
| Hex | D | D2 | FF | 5F | 12 | 0 | 0 | BF | 64 | 35 |
| Octal | 15 | 322 | 377 | 137 | 22 | 0 | 0 | 277 | 144 | 65 |
| Binary | 1101 | 11010010 | 11111111 | 1011111 | 10010 | 0 | 0 | 10111111 | 1100100 | 110101 |
Color Harmonies of #0DD2FF
Complementary color
Monochromatic Colors of #0DD2FF
Black with #0DD2FF
Text Example
Text Example
White with #0DD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD2FF; }
p { color: rgb(13,210,255); }
H1.HeaderClassName
{
color: #0DD2FF;
}
.AnyTagClassName
{
color: #0DD2FF;
}
</style>
background-color css
<style>
a { background-color: #0DD2FF; }
a { background-color: rgb(13,210,255); }
div.DivClassName
{
background-color: #0DD2FF;
}
.BgClassName
{
background-color: #0DD2FF;
}
</style>
border-color css
<style>
span { border-color: #0DD2FF; }
span { border-color: rgb(13,210,255); }
td.TdClassName
{
border-color: #0DD2FF;
}
.TagClassName
{
border-color: #0DD2FF;
}
</style>