Shades of Deep Sky Blue #0DDAFE
Tints of Deep Sky Blue #0DDAFE
RGB
CMYK
RGB Variations
Color information
#0DDAFE (or 0x0DDAFE) is known color: Deep Sky Blue. HEX triplet: 0D, DA and FE. RGB value is (13,218,254). Sum of RGB (Red+Green+Blue) = 13+218+254=485 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.68% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DDAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDAFE is #F22501. Grayscale: #A0A0A0. Windows color (decimal): -15869186 or 16701965. OLE color: 16701965.
HSL color Cylindrical-coordinate representation of color #0DDAFE: hue angle of 188.96º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDAFE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 218 | 254 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.00 |
| HSL | 188.96º | 0.99% | 0.52% | - |
| HSV(B) | 188.96º | 0.95% | 1% | - |
| XYZ | 43.13 | 57.38 | 102.57 | - |
| YUV | 160.81 | 180.58 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 254 | 0.95 | 0.14 | 0 | 0.00 | 188.96 | 0.99 | 0.52 |
| Hex | D | DA | FE | 5F | E | 0 | 0 | BD | 63 | 34 |
| Octal | 15 | 332 | 376 | 137 | 16 | 0 | 0 | 275 | 143 | 64 |
| Binary | 1101 | 11011010 | 11111110 | 1011111 | 1110 | 0 | 0 | 10111101 | 1100011 | 110100 |
Color Harmonies of #0DDAFE
Complementary color
Monochromatic Colors of #0DDAFE
Black with #0DDAFE
Text Example
Text Example
White with #0DDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDAFE; }
p { color: rgb(13,218,254); }
H1.HeaderClassName
{
color: #0DDAFE;
}
.AnyTagClassName
{
color: #0DDAFE;
}
</style>
background-color css
<style>
a { background-color: #0DDAFE; }
a { background-color: rgb(13,218,254); }
div.DivClassName
{
background-color: #0DDAFE;
}
.BgClassName
{
background-color: #0DDAFE;
}
</style>
border-color css
<style>
span { border-color: #0DDAFE; }
span { border-color: rgb(13,218,254); }
td.TdClassName
{
border-color: #0DDAFE;
}
.TagClassName
{
border-color: #0DDAFE;
}
</style>