Shades of Deep Sky Blue #0EBFFD
Tints of Deep Sky Blue #0EBFFD
RGB
CMYK
RGB Variations
Color information
#0EBFFD (or 0x0EBFFD) is known color: Deep Sky Blue. HEX triplet: 0E, BF and FD. RGB value is (14,191,253). Sum of RGB (Red+Green+Blue) = 14+191+253=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EBFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBFFD is #F14002. Grayscale: #909090. Windows color (decimal): -15810563 or 16629518. OLE color: 16629518.
HSL color Cylindrical-coordinate representation of color #0EBFFD: hue angle of 195.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBFFD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 191 | 253 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.01 |
| HSL | 195.56º | 0.98% | 0.52% | - |
| HSV(B) | 195.56º | 0.94% | 0.99% | - |
| XYZ | 36.54 | 44.45 | 99.58 | - |
| YUV | 145.15 | 188.86 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 253 | 0.94 | 0.25 | 0 | 0.01 | 195.56 | 0.98 | 0.52 |
| Hex | E | BF | FD | 5E | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 16 | 277 | 375 | 136 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1110 | 10111111 | 11111101 | 1011110 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0EBFFD
Complementary color
Monochromatic Colors of #0EBFFD
Black with #0EBFFD
Text Example
Text Example
White with #0EBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFFD; }
p { color: rgb(14,191,253); }
H1.HeaderClassName
{
color: #0EBFFD;
}
.AnyTagClassName
{
color: #0EBFFD;
}
</style>
background-color css
<style>
a { background-color: #0EBFFD; }
a { background-color: rgb(14,191,253); }
div.DivClassName
{
background-color: #0EBFFD;
}
.BgClassName
{
background-color: #0EBFFD;
}
</style>
border-color css
<style>
span { border-color: #0EBFFD; }
span { border-color: rgb(14,191,253); }
td.TdClassName
{
border-color: #0EBFFD;
}
.TagClassName
{
border-color: #0EBFFD;
}
</style>