Shades of Deep Sky Blue #0DD3FF
Tints of Deep Sky Blue #0DD3FF
RGB
CMYK
RGB Variations
Color information
#0DD3FF (or 0x0DD3FF) is known color: Deep Sky Blue. HEX triplet: 0D, D3 and FF. RGB value is (13,211,255). Sum of RGB (Red+Green+Blue) = 13+211+255=479 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DD3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD3FF is #F22C00. Grayscale: #9C9C9C. Windows color (decimal): -15870977 or 16765709. OLE color: 16765709.
HSL color Cylindrical-coordinate representation of color #0DD3FF: hue angle of 190.91º 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 #0DD3FF is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 211 | 255 | - |
| CMYK | 0.95 | 0.17 | 0 | 0 |
| HSL | 190.91º | 1% | 0.53% | - |
| HSV(B) | 190.91º | 0.95% | 1% | - |
| XYZ | 41.51 | 53.89 | 102.82 | - |
| YUV | 156.81 | 183.4 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 211 | 255 | 0.95 | 0.17 | 0 | 0 | 190.91 | 1 | 0.53 |
| Hex | D | D3 | FF | 5F | 11 | 0 | 0 | BF | 64 | 35 |
| Octal | 15 | 323 | 377 | 137 | 21 | 0 | 0 | 277 | 144 | 65 |
| Binary | 1101 | 11010011 | 11111111 | 1011111 | 10001 | 0 | 0 | 10111111 | 1100100 | 110101 |
Color Harmonies of #0DD3FF
Complementary color
Monochromatic Colors of #0DD3FF
Black with #0DD3FF
Text Example
Text Example
White with #0DD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD3FF; }
p { color: rgb(13,211,255); }
H1.HeaderClassName
{
color: #0DD3FF;
}
.AnyTagClassName
{
color: #0DD3FF;
}
</style>
background-color css
<style>
a { background-color: #0DD3FF; }
a { background-color: rgb(13,211,255); }
div.DivClassName
{
background-color: #0DD3FF;
}
.BgClassName
{
background-color: #0DD3FF;
}
</style>
border-color css
<style>
span { border-color: #0DD3FF; }
span { border-color: rgb(13,211,255); }
td.TdClassName
{
border-color: #0DD3FF;
}
.TagClassName
{
border-color: #0DD3FF;
}
</style>