Shades of Deep Sky Blue #0EB7FF
Tints of Deep Sky Blue #0EB7FF
RGB
CMYK
RGB Variations
Color information
#0EB7FF (or 0x0EB7FF) is known color: Deep Sky Blue. HEX triplet: 0E, B7 and FF. RGB value is (14,183,255). Sum of RGB (Red+Green+Blue) = 14+183+255=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EB7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB7FF is #F14800. Grayscale: #8C8C8C. Windows color (decimal): -15812609 or 16758542. OLE color: 16758542.
HSL color Cylindrical-coordinate representation of color #0EB7FF: hue angle of 197.93º 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 #0EB7FF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 183 | 255 | - |
| CMYK | 0.95 | 0.28 | 0 | 0 |
| HSL | 197.93º | 1% | 0.53% | - |
| HSV(B) | 197.93º | 0.95% | 1% | - |
| XYZ | 35.16 | 41.18 | 100.7 | - |
| YUV | 140.68 | 192.51 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 255 | 0.95 | 0.28 | 0 | 0 | 197.93 | 1 | 0.53 |
| Hex | E | B7 | FF | 5F | 1C | 0 | 0 | C6 | 64 | 35 |
| Octal | 16 | 267 | 377 | 137 | 34 | 0 | 0 | 306 | 144 | 65 |
| Binary | 1110 | 10110111 | 11111111 | 1011111 | 11100 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #0EB7FF
Complementary color
Monochromatic Colors of #0EB7FF
Black with #0EB7FF
Text Example
Text Example
White with #0EB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB7FF; }
p { color: rgb(14,183,255); }
H1.HeaderClassName
{
color: #0EB7FF;
}
.AnyTagClassName
{
color: #0EB7FF;
}
</style>
background-color css
<style>
a { background-color: #0EB7FF; }
a { background-color: rgb(14,183,255); }
div.DivClassName
{
background-color: #0EB7FF;
}
.BgClassName
{
background-color: #0EB7FF;
}
</style>
border-color css
<style>
span { border-color: #0EB7FF; }
span { border-color: rgb(14,183,255); }
td.TdClassName
{
border-color: #0EB7FF;
}
.TagClassName
{
border-color: #0EB7FF;
}
</style>