Shades of Deep Sky Blue #0EA7FA
Tints of Deep Sky Blue #0EA7FA
RGB
CMYK
RGB Variations
Color information
#0EA7FA (or 0x0EA7FA) is known color: Deep Sky Blue. HEX triplet: 0E, A7 and FA. RGB value is (14,167,250). Sum of RGB (Red+Green+Blue) = 14+167+250=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EA7FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA7FA is #F15805. Grayscale: #828282. Windows color (decimal): -15816710 or 16426766. OLE color: 16426766.
HSL color Cylindrical-coordinate representation of color #0EA7FA: hue angle of 201.1º 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 #0EA7FA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 167 | 250 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.02 |
| HSL | 201.1º | 0.96% | 0.52% | - |
| HSV(B) | 201.1º | 0.94% | 0.98% | - |
| XYZ | 31.26 | 34.63 | 95.48 | - |
| YUV | 130.72 | 195.31 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 250 | 0.94 | 0.33 | 0 | 0.02 | 201.1 | 0.96 | 0.52 |
| Hex | E | A7 | FA | 5E | 21 | 0 | 2 | C9 | 60 | 34 |
| Octal | 16 | 247 | 372 | 136 | 41 | 0 | 2 | 311 | 140 | 64 |
| Binary | 1110 | 10100111 | 11111010 | 1011110 | 100001 | 0 | 10 | 11001001 | 1100000 | 110100 |
Color Harmonies of #0EA7FA
Complementary color
Monochromatic Colors of #0EA7FA
Black with #0EA7FA
Text Example
Text Example
White with #0EA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA7FA; }
p { color: rgb(14,167,250); }
H1.HeaderClassName
{
color: #0EA7FA;
}
.AnyTagClassName
{
color: #0EA7FA;
}
</style>
background-color css
<style>
a { background-color: #0EA7FA; }
a { background-color: rgb(14,167,250); }
div.DivClassName
{
background-color: #0EA7FA;
}
.BgClassName
{
background-color: #0EA7FA;
}
</style>
border-color css
<style>
span { border-color: #0EA7FA; }
span { border-color: rgb(14,167,250); }
td.TdClassName
{
border-color: #0EA7FA;
}
.TagClassName
{
border-color: #0EA7FA;
}
</style>