Shades of Deep Sky Blue #0DBAEF
Tints of Deep Sky Blue #0DBAEF
RGB
CMYK
RGB Variations
Color information
#0DBAEF (or 0x0DBAEF) is known color: Deep Sky Blue. HEX triplet: 0D, BA and EF. RGB value is (13,186,239). Sum of RGB (Red+Green+Blue) = 13+186+239=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DBAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAEF is #F24510. Grayscale: #8B8B8B. Windows color (decimal): -15877393 or 15710733. OLE color: 15710733.
HSL color Cylindrical-coordinate representation of color #0DBAEF: hue angle of 194.07º 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 #0DBAEF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 186 | 239 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.06 |
| HSL | 194.07º | 0.9% | 0.49% | - |
| HSV(B) | 194.07º | 0.95% | 0.94% | - |
| XYZ | 33.3 | 41.44 | 87.9 | - |
| YUV | 140.32 | 183.69 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 239 | 0.95 | 0.22 | 0 | 0.06 | 194.07 | 0.9 | 0.49 |
| Hex | D | BA | EF | 5F | 16 | 0 | 6 | C2 | 5A | 31 |
| Octal | 15 | 272 | 357 | 137 | 26 | 0 | 6 | 302 | 132 | 61 |
| Binary | 1101 | 10111010 | 11101111 | 1011111 | 10110 | 0 | 110 | 11000010 | 1011010 | 110001 |
Color Harmonies of #0DBAEF
Complementary color
Monochromatic Colors of #0DBAEF
Black with #0DBAEF
Text Example
Text Example
White with #0DBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAEF; }
p { color: rgb(13,186,239); }
H1.HeaderClassName
{
color: #0DBAEF;
}
.AnyTagClassName
{
color: #0DBAEF;
}
</style>
background-color css
<style>
a { background-color: #0DBAEF; }
a { background-color: rgb(13,186,239); }
div.DivClassName
{
background-color: #0DBAEF;
}
.BgClassName
{
background-color: #0DBAEF;
}
</style>
border-color css
<style>
span { border-color: #0DBAEF; }
span { border-color: rgb(13,186,239); }
td.TdClassName
{
border-color: #0DBAEF;
}
.TagClassName
{
border-color: #0DBAEF;
}
</style>