Shades of Deep Sky Blue #0EAFE7
Tints of Deep Sky Blue #0EAFE7
RGB
CMYK
RGB Variations
Color information
#0EAFE7 (or 0x0EAFE7) is known color: Deep Sky Blue. HEX triplet: 0E, AF and E7. RGB value is (14,175,231). Sum of RGB (Red+Green+Blue) = 14+175+231=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #0EAFE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAFE7 is #F15018. Grayscale: #848484. Windows color (decimal): -15814681 or 15183630. OLE color: 15183630.
HSL color Cylindrical-coordinate representation of color #0EAFE7: hue angle of 195.48º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAFE7 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 175 | 231 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.09 |
| HSL | 195.48º | 0.89% | 0.48% | - |
| HSV(B) | 195.48º | 0.94% | 0.91% | - |
| XYZ | 29.93 | 36.52 | 81.07 | - |
| YUV | 133.25 | 183.16 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 231 | 0.94 | 0.24 | 0 | 0.09 | 195.48 | 0.89 | 0.48 |
| Hex | E | AF | E7 | 5E | 18 | 0 | 9 | C3 | 59 | 30 |
| Octal | 16 | 257 | 347 | 136 | 30 | 0 | 11 | 303 | 131 | 60 |
| Binary | 1110 | 10101111 | 11100111 | 1011110 | 11000 | 0 | 1001 | 11000011 | 1011001 | 110000 |
Color Harmonies of #0EAFE7
Complementary color
Monochromatic Colors of #0EAFE7
Black with #0EAFE7
Text Example
Text Example
White with #0EAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAFE7; }
p { color: rgb(14,175,231); }
H1.HeaderClassName
{
color: #0EAFE7;
}
.AnyTagClassName
{
color: #0EAFE7;
}
</style>
background-color css
<style>
a { background-color: #0EAFE7; }
a { background-color: rgb(14,175,231); }
div.DivClassName
{
background-color: #0EAFE7;
}
.BgClassName
{
background-color: #0EAFE7;
}
</style>
border-color css
<style>
span { border-color: #0EAFE7; }
span { border-color: rgb(14,175,231); }
td.TdClassName
{
border-color: #0EAFE7;
}
.TagClassName
{
border-color: #0EAFE7;
}
</style>