Shades of Deep Sky Blue #0DAEEF
Tints of Deep Sky Blue #0DAEEF
RGB
CMYK
RGB Variations
Color information
#0DAEEF (or 0x0DAEEF) is known color: Deep Sky Blue. HEX triplet: 0D, AE and EF. RGB value is (13,174,239). Sum of RGB (Red+Green+Blue) = 13+174+239=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DAEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAEEF is #F25110. Grayscale: #848484. Windows color (decimal): -15880465 or 15707661. OLE color: 15707661.
HSL color Cylindrical-coordinate representation of color #0DAEEF: hue angle of 197.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DAEEF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 174 | 239 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.06 |
| HSL | 197.26º | 0.9% | 0.49% | - |
| HSV(B) | 197.26º | 0.95% | 0.94% | - |
| XYZ | 30.88 | 36.59 | 87.1 | - |
| YUV | 133.27 | 187.66 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 239 | 0.95 | 0.27 | 0 | 0.06 | 197.26 | 0.9 | 0.49 |
| Hex | D | AE | EF | 5F | 1B | 0 | 6 | C5 | 5A | 31 |
| Octal | 15 | 256 | 357 | 137 | 33 | 0 | 6 | 305 | 132 | 61 |
| Binary | 1101 | 10101110 | 11101111 | 1011111 | 11011 | 0 | 110 | 11000101 | 1011010 | 110001 |
Color Harmonies of #0DAEEF
Complementary color
Monochromatic Colors of #0DAEEF
Black with #0DAEEF
Text Example
Text Example
White with #0DAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEEF; }
p { color: rgb(13,174,239); }
H1.HeaderClassName
{
color: #0DAEEF;
}
.AnyTagClassName
{
color: #0DAEEF;
}
</style>
background-color css
<style>
a { background-color: #0DAEEF; }
a { background-color: rgb(13,174,239); }
div.DivClassName
{
background-color: #0DAEEF;
}
.BgClassName
{
background-color: #0DAEEF;
}
</style>
border-color css
<style>
span { border-color: #0DAEEF; }
span { border-color: rgb(13,174,239); }
td.TdClassName
{
border-color: #0DAEEF;
}
.TagClassName
{
border-color: #0DAEEF;
}
</style>