Shades of Deep Sky Blue #0DBFEF
Tints of Deep Sky Blue #0DBFEF
RGB
CMYK
RGB Variations
Color information
#0DBFEF (or 0x0DBFEF) is known color: Deep Sky Blue. HEX triplet: 0D, BF and EF. RGB value is (13,191,239). Sum of RGB (Red+Green+Blue) = 13+191+239=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DBFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFEF is #F24010. Grayscale: #8E8E8E. Windows color (decimal): -15876113 or 15712013. OLE color: 15712013.
HSL color Cylindrical-coordinate representation of color #0DBFEF: hue angle of 192.74º 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 #0DBFEF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 191 | 239 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.06 |
| HSL | 192.74º | 0.9% | 0.49% | - |
| HSV(B) | 192.74º | 0.95% | 0.94% | - |
| XYZ | 34.38 | 43.58 | 88.26 | - |
| YUV | 143.25 | 182.03 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 239 | 0.95 | 0.20 | 0 | 0.06 | 192.74 | 0.9 | 0.49 |
| Hex | D | BF | EF | 5F | 14 | 0 | 6 | C1 | 5A | 31 |
| Octal | 15 | 277 | 357 | 137 | 24 | 0 | 6 | 301 | 132 | 61 |
| Binary | 1101 | 10111111 | 11101111 | 1011111 | 10100 | 0 | 110 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0DBFEF
Complementary color
Monochromatic Colors of #0DBFEF
Black with #0DBFEF
Text Example
Text Example
White with #0DBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFEF; }
p { color: rgb(13,191,239); }
H1.HeaderClassName
{
color: #0DBFEF;
}
.AnyTagClassName
{
color: #0DBFEF;
}
</style>
background-color css
<style>
a { background-color: #0DBFEF; }
a { background-color: rgb(13,191,239); }
div.DivClassName
{
background-color: #0DBFEF;
}
.BgClassName
{
background-color: #0DBFEF;
}
</style>
border-color css
<style>
span { border-color: #0DBFEF; }
span { border-color: rgb(13,191,239); }
td.TdClassName
{
border-color: #0DBFEF;
}
.TagClassName
{
border-color: #0DBFEF;
}
</style>