Shades of Deep Sky Blue #0DDAFA
Tints of Deep Sky Blue #0DDAFA
RGB
CMYK
RGB Variations
Color information
#0DDAFA (or 0x0DDAFA) is known color: Deep Sky Blue. HEX triplet: 0D, DA and FA. RGB value is (13,218,250). Sum of RGB (Red+Green+Blue) = 13+218+250=481 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.70% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DDAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDAFA is #F22505. Grayscale: #A0A0A0. Windows color (decimal): -15869190 or 16439821. OLE color: 16439821.
HSL color Cylindrical-coordinate representation of color #0DDAFA: hue angle of 188.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDAFA is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 218 | 250 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.02 |
| HSL | 188.1º | 0.96% | 0.52% | - |
| HSV(B) | 188.1º | 0.95% | 0.98% | - |
| XYZ | 42.49 | 57.13 | 99.23 | - |
| YUV | 160.35 | 178.58 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 250 | 0.95 | 0.13 | 0 | 0.02 | 188.1 | 0.96 | 0.52 |
| Hex | D | DA | FA | 5F | D | 0 | 2 | BC | 60 | 34 |
| Octal | 15 | 332 | 372 | 137 | 15 | 0 | 2 | 274 | 140 | 64 |
| Binary | 1101 | 11011010 | 11111010 | 1011111 | 1101 | 0 | 10 | 10111100 | 1100000 | 110100 |
Color Harmonies of #0DDAFA
Complementary color
Monochromatic Colors of #0DDAFA
Black with #0DDAFA
Text Example
Text Example
White with #0DDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDAFA; }
p { color: rgb(13,218,250); }
H1.HeaderClassName
{
color: #0DDAFA;
}
.AnyTagClassName
{
color: #0DDAFA;
}
</style>
background-color css
<style>
a { background-color: #0DDAFA; }
a { background-color: rgb(13,218,250); }
div.DivClassName
{
background-color: #0DDAFA;
}
.BgClassName
{
background-color: #0DDAFA;
}
</style>
border-color css
<style>
span { border-color: #0DDAFA; }
span { border-color: rgb(13,218,250); }
td.TdClassName
{
border-color: #0DDAFA;
}
.TagClassName
{
border-color: #0DDAFA;
}
</style>