Shades of Deep Sky Blue #0DDAFC
Tints of Deep Sky Blue #0DDAFC
RGB
CMYK
RGB Variations
Color information
#0DDAFC (or 0x0DDAFC) is known color: Deep Sky Blue. HEX triplet: 0D, DA and FC. RGB value is (13,218,252). Sum of RGB (Red+Green+Blue) = 13+218+252=483 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.69% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DDAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDAFC is #F22503. Grayscale: #A0A0A0. Windows color (decimal): -15869188 or 16570893. OLE color: 16570893.
HSL color Cylindrical-coordinate representation of color #0DDAFC: hue angle of 188.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDAFC is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 218 | 252 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.01 |
| HSL | 188.54º | 0.98% | 0.52% | - |
| HSV(B) | 188.54º | 0.95% | 0.99% | - |
| XYZ | 42.81 | 57.26 | 100.89 | - |
| YUV | 160.58 | 179.58 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 252 | 0.95 | 0.13 | 0 | 0.01 | 188.54 | 0.98 | 0.52 |
| Hex | D | DA | FC | 5F | D | 0 | 1 | BD | 62 | 34 |
| Octal | 15 | 332 | 374 | 137 | 15 | 0 | 1 | 275 | 142 | 64 |
| Binary | 1101 | 11011010 | 11111100 | 1011111 | 1101 | 0 | 1 | 10111101 | 1100010 | 110100 |
Color Harmonies of #0DDAFC
Complementary color
Monochromatic Colors of #0DDAFC
Black with #0DDAFC
Text Example
Text Example
White with #0DDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDAFC; }
p { color: rgb(13,218,252); }
H1.HeaderClassName
{
color: #0DDAFC;
}
.AnyTagClassName
{
color: #0DDAFC;
}
</style>
background-color css
<style>
a { background-color: #0DDAFC; }
a { background-color: rgb(13,218,252); }
div.DivClassName
{
background-color: #0DDAFC;
}
.BgClassName
{
background-color: #0DDAFC;
}
</style>
border-color css
<style>
span { border-color: #0DDAFC; }
span { border-color: rgb(13,218,252); }
td.TdClassName
{
border-color: #0DDAFC;
}
.TagClassName
{
border-color: #0DDAFC;
}
</style>