Shades of Deep Sky Blue #0DAEFF
Tints of Deep Sky Blue #0DAEFF
RGB
CMYK
RGB Variations
Color information
#0DAEFF (or 0x0DAEFF) is known color: Deep Sky Blue. HEX triplet: 0D, AE and FF. RGB value is (13,174,255). Sum of RGB (Red+Green+Blue) = 13+174+255=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DAEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAEFF is #F25100. Grayscale: #868686. Windows color (decimal): -15880449 or 16756237. OLE color: 16756237.
HSL color Cylindrical-coordinate representation of color #0DAEFF: hue angle of 200.08º 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 #0DAEFF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 174 | 255 | - |
| CMYK | 0.95 | 0.32 | 0 | 0 |
| HSL | 200.08º | 1% | 0.53% | - |
| HSV(B) | 200.08º | 0.95% | 1% | - |
| XYZ | 33.35 | 37.58 | 100.1 | - |
| YUV | 135.1 | 195.66 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 255 | 0.95 | 0.32 | 0 | 0 | 200.08 | 1 | 0.53 |
| Hex | D | AE | FF | 5F | 20 | 0 | 0 | C8 | 64 | 35 |
| Octal | 15 | 256 | 377 | 137 | 40 | 0 | 0 | 310 | 144 | 65 |
| Binary | 1101 | 10101110 | 11111111 | 1011111 | 100000 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #0DAEFF
Complementary color
Monochromatic Colors of #0DAEFF
Black with #0DAEFF
Text Example
Text Example
White with #0DAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEFF; }
p { color: rgb(13,174,255); }
H1.HeaderClassName
{
color: #0DAEFF;
}
.AnyTagClassName
{
color: #0DAEFF;
}
</style>
background-color css
<style>
a { background-color: #0DAEFF; }
a { background-color: rgb(13,174,255); }
div.DivClassName
{
background-color: #0DAEFF;
}
.BgClassName
{
background-color: #0DAEFF;
}
</style>
border-color css
<style>
span { border-color: #0DAEFF; }
span { border-color: rgb(13,174,255); }
td.TdClassName
{
border-color: #0DAEFF;
}
.TagClassName
{
border-color: #0DAEFF;
}
</style>