Shades of Deep Sky Blue #0DB3EA
Tints of Deep Sky Blue #0DB3EA
RGB
CMYK
RGB Variations
Color information
#0DB3EA (or 0x0DB3EA) is known color: Deep Sky Blue. HEX triplet: 0D, B3 and EA. RGB value is (13,179,234). Sum of RGB (Red+Green+Blue) = 13+179+234=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DB3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB3EA is #F24C15. Grayscale: #878787. Windows color (decimal): -15879190 or 15381261. OLE color: 15381261.
HSL color Cylindrical-coordinate representation of color #0DB3EA: hue angle of 194.93º 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 #0DB3EA is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 179 | 234 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.08 |
| HSL | 194.93º | 0.89% | 0.48% | - |
| HSV(B) | 194.93º | 0.94% | 0.92% | - |
| XYZ | 31.14 | 38.27 | 83.59 | - |
| YUV | 135.64 | 183.5 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 234 | 0.94 | 0.24 | 0 | 0.08 | 194.93 | 0.89 | 0.48 |
| Hex | D | B3 | EA | 5E | 18 | 0 | 8 | C3 | 59 | 30 |
| Octal | 15 | 263 | 352 | 136 | 30 | 0 | 10 | 303 | 131 | 60 |
| Binary | 1101 | 10110011 | 11101010 | 1011110 | 11000 | 0 | 1000 | 11000011 | 1011001 | 110000 |
Color Harmonies of #0DB3EA
Complementary color
Monochromatic Colors of #0DB3EA
Black with #0DB3EA
Text Example
Text Example
White with #0DB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB3EA; }
p { color: rgb(13,179,234); }
H1.HeaderClassName
{
color: #0DB3EA;
}
.AnyTagClassName
{
color: #0DB3EA;
}
</style>
background-color css
<style>
a { background-color: #0DB3EA; }
a { background-color: rgb(13,179,234); }
div.DivClassName
{
background-color: #0DB3EA;
}
.BgClassName
{
background-color: #0DB3EA;
}
</style>
border-color css
<style>
span { border-color: #0DB3EA; }
span { border-color: rgb(13,179,234); }
td.TdClassName
{
border-color: #0DB3EA;
}
.TagClassName
{
border-color: #0DB3EA;
}
</style>