Shades of Deep Sky Blue #0EAFFF
Tints of Deep Sky Blue #0EAFFF
RGB
CMYK
RGB Variations
Color information
#0EAFFF (or 0x0EAFFF) is known color: Deep Sky Blue. HEX triplet: 0E, AF and FF. RGB value is (14,175,255). Sum of RGB (Red+Green+Blue) = 14+175+255=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EAFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAFFF is #F15000. Grayscale: #878787. Windows color (decimal): -15814657 or 16756494. OLE color: 16756494.
HSL color Cylindrical-coordinate representation of color #0EAFFF: hue angle of 199.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EAFFF is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 175 | 255 | - |
| CMYK | 0.95 | 0.31 | 0 | 0 |
| HSL | 199.92º | 1% | 0.53% | - |
| HSV(B) | 199.92º | 0.95% | 1% | - |
| XYZ | 33.56 | 37.97 | 100.17 | - |
| YUV | 135.98 | 195.16 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 255 | 0.95 | 0.31 | 0 | 0 | 199.92 | 1 | 0.53 |
| Hex | E | AF | FF | 5F | 1F | 0 | 0 | C8 | 64 | 35 |
| Octal | 16 | 257 | 377 | 137 | 37 | 0 | 0 | 310 | 144 | 65 |
| Binary | 1110 | 10101111 | 11111111 | 1011111 | 11111 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #0EAFFF
Complementary color
Monochromatic Colors of #0EAFFF
Black with #0EAFFF
Text Example
Text Example
White with #0EAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAFFF; }
p { color: rgb(14,175,255); }
H1.HeaderClassName
{
color: #0EAFFF;
}
.AnyTagClassName
{
color: #0EAFFF;
}
</style>
background-color css
<style>
a { background-color: #0EAFFF; }
a { background-color: rgb(14,175,255); }
div.DivClassName
{
background-color: #0EAFFF;
}
.BgClassName
{
background-color: #0EAFFF;
}
</style>
border-color css
<style>
span { border-color: #0EAFFF; }
span { border-color: rgb(14,175,255); }
td.TdClassName
{
border-color: #0EAFFF;
}
.TagClassName
{
border-color: #0EAFFF;
}
</style>