Shades of Deep Sky Blue #0EACFA
Tints of Deep Sky Blue #0EACFA
RGB
CMYK
RGB Variations
Color information
#0EACFA (or 0x0EACFA) is known color: Deep Sky Blue. HEX triplet: 0E, AC and FA. RGB value is (14,172,250). Sum of RGB (Red+Green+Blue) = 14+172+250=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EACFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EACFA is #F15305. Grayscale: #858585. Windows color (decimal): -15815430 or 16428046. OLE color: 16428046.
HSL color Cylindrical-coordinate representation of color #0EACFA: hue angle of 199.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACFA is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 172 | 250 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.02 |
| HSL | 199.83º | 0.96% | 0.52% | - |
| HSV(B) | 199.83º | 0.94% | 0.98% | - |
| XYZ | 32.19 | 36.5 | 95.79 | - |
| YUV | 133.65 | 193.65 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 250 | 0.94 | 0.31 | 0 | 0.02 | 199.83 | 0.96 | 0.52 |
| Hex | E | AC | FA | 5E | 1F | 0 | 2 | C8 | 60 | 34 |
| Octal | 16 | 254 | 372 | 136 | 37 | 0 | 2 | 310 | 140 | 64 |
| Binary | 1110 | 10101100 | 11111010 | 1011110 | 11111 | 0 | 10 | 11001000 | 1100000 | 110100 |
Color Harmonies of #0EACFA
Complementary color
Monochromatic Colors of #0EACFA
Black with #0EACFA
Text Example
Text Example
White with #0EACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACFA; }
p { color: rgb(14,172,250); }
H1.HeaderClassName
{
color: #0EACFA;
}
.AnyTagClassName
{
color: #0EACFA;
}
</style>
background-color css
<style>
a { background-color: #0EACFA; }
a { background-color: rgb(14,172,250); }
div.DivClassName
{
background-color: #0EACFA;
}
.BgClassName
{
background-color: #0EACFA;
}
</style>
border-color css
<style>
span { border-color: #0EACFA; }
span { border-color: rgb(14,172,250); }
td.TdClassName
{
border-color: #0EACFA;
}
.TagClassName
{
border-color: #0EACFA;
}
</style>