Shades of Deep Sky Blue #0ECBEF
Tints of Deep Sky Blue #0ECBEF
RGB
CMYK
RGB Variations
Color information
#0ECBEF (or 0x0ECBEF) is known color: Deep Sky Blue. HEX triplet: 0E, CB and EF. RGB value is (14,203,239). Sum of RGB (Red+Green+Blue) = 14+203+239=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ECBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECBEF is #F13410. Grayscale: #969696. Windows color (decimal): -15807505 or 15715086. OLE color: 15715086.
HSL color Cylindrical-coordinate representation of color #0ECBEF: hue angle of 189.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECBEF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 203 | 239 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.06 |
| HSL | 189.6º | 0.89% | 0.5% | - |
| HSV(B) | 189.6º | 0.94% | 0.94% | - |
| XYZ | 37.12 | 49.04 | 89.17 | - |
| YUV | 150.59 | 177.88 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 239 | 0.94 | 0.15 | 0 | 0.06 | 189.6 | 0.89 | 0.5 |
| Hex | E | CB | EF | 5E | F | 0 | 6 | BE | 59 | 32 |
| Octal | 16 | 313 | 357 | 136 | 17 | 0 | 6 | 276 | 131 | 62 |
| Binary | 1110 | 11001011 | 11101111 | 1011110 | 1111 | 0 | 110 | 10111110 | 1011001 | 110010 |
Color Harmonies of #0ECBEF
Complementary color
Monochromatic Colors of #0ECBEF
Black with #0ECBEF
Text Example
Text Example
White with #0ECBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBEF; }
p { color: rgb(14,203,239); }
H1.HeaderClassName
{
color: #0ECBEF;
}
.AnyTagClassName
{
color: #0ECBEF;
}
</style>
background-color css
<style>
a { background-color: #0ECBEF; }
a { background-color: rgb(14,203,239); }
div.DivClassName
{
background-color: #0ECBEF;
}
.BgClassName
{
background-color: #0ECBEF;
}
</style>
border-color css
<style>
span { border-color: #0ECBEF; }
span { border-color: rgb(14,203,239); }
td.TdClassName
{
border-color: #0ECBEF;
}
.TagClassName
{
border-color: #0ECBEF;
}
</style>