Shades of Deep Sky Blue #0DB4EA
Tints of Deep Sky Blue #0DB4EA
RGB
CMYK
RGB Variations
Color information
#0DB4EA (or 0x0DB4EA) is known color: Deep Sky Blue. HEX triplet: 0D, B4 and EA. RGB value is (13,180,234). Sum of RGB (Red+Green+Blue) = 13+180+234=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DB4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB4EA is #F24B15. Grayscale: #878787. Windows color (decimal): -15878934 or 15381517. OLE color: 15381517.
HSL color Cylindrical-coordinate representation of color #0DB4EA: hue angle of 194.66º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB4EA is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 180 | 234 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.08 |
| HSL | 194.66º | 0.89% | 0.48% | - |
| HSV(B) | 194.66º | 0.94% | 0.92% | - |
| XYZ | 31.34 | 38.67 | 83.65 | - |
| YUV | 136.22 | 183.17 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 234 | 0.94 | 0.23 | 0 | 0.08 | 194.66 | 0.89 | 0.48 |
| Hex | D | B4 | EA | 5E | 17 | 0 | 8 | C3 | 59 | 30 |
| Octal | 15 | 264 | 352 | 136 | 27 | 0 | 10 | 303 | 131 | 60 |
| Binary | 1101 | 10110100 | 11101010 | 1011110 | 10111 | 0 | 1000 | 11000011 | 1011001 | 110000 |
Color Harmonies of #0DB4EA
Complementary color
Monochromatic Colors of #0DB4EA
Black with #0DB4EA
Text Example
Text Example
White with #0DB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB4EA; }
p { color: rgb(13,180,234); }
H1.HeaderClassName
{
color: #0DB4EA;
}
.AnyTagClassName
{
color: #0DB4EA;
}
</style>
background-color css
<style>
a { background-color: #0DB4EA; }
a { background-color: rgb(13,180,234); }
div.DivClassName
{
background-color: #0DB4EA;
}
.BgClassName
{
background-color: #0DB4EA;
}
</style>
border-color css
<style>
span { border-color: #0DB4EA; }
span { border-color: rgb(13,180,234); }
td.TdClassName
{
border-color: #0DB4EA;
}
.TagClassName
{
border-color: #0DB4EA;
}
</style>