Shades of Deep Sky Blue #0DBAED
Tints of Deep Sky Blue #0DBAED
RGB
CMYK
RGB Variations
Color information
#0DBAED (or 0x0DBAED) is known color: Deep Sky Blue. HEX triplet: 0D, BA and ED. RGB value is (13,186,237). Sum of RGB (Red+Green+Blue) = 13+186+237=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DBAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAED is #F24512. Grayscale: #8B8B8B. Windows color (decimal): -15877395 or 15579661. OLE color: 15579661.
HSL color Cylindrical-coordinate representation of color #0DBAED: hue angle of 193.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBAED is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 186 | 237 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.07 |
| HSL | 193.66º | 0.9% | 0.49% | - |
| HSV(B) | 193.66º | 0.95% | 0.93% | - |
| XYZ | 33.01 | 41.32 | 86.36 | - |
| YUV | 140.09 | 182.69 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 237 | 0.95 | 0.22 | 0 | 0.07 | 193.66 | 0.9 | 0.49 |
| Hex | D | BA | ED | 5F | 16 | 0 | 7 | C2 | 5A | 31 |
| Octal | 15 | 272 | 355 | 137 | 26 | 0 | 7 | 302 | 132 | 61 |
| Binary | 1101 | 10111010 | 11101101 | 1011111 | 10110 | 0 | 111 | 11000010 | 1011010 | 110001 |
Color Harmonies of #0DBAED
Complementary color
Monochromatic Colors of #0DBAED
Black with #0DBAED
Text Example
Text Example
White with #0DBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAED; }
p { color: rgb(13,186,237); }
H1.HeaderClassName
{
color: #0DBAED;
}
.AnyTagClassName
{
color: #0DBAED;
}
</style>
background-color css
<style>
a { background-color: #0DBAED; }
a { background-color: rgb(13,186,237); }
div.DivClassName
{
background-color: #0DBAED;
}
.BgClassName
{
background-color: #0DBAED;
}
</style>
border-color css
<style>
span { border-color: #0DBAED; }
span { border-color: rgb(13,186,237); }
td.TdClassName
{
border-color: #0DBAED;
}
.TagClassName
{
border-color: #0DBAED;
}
</style>