Shades of Deep Sky Blue #1EB2FE
Tints of Deep Sky Blue #1EB2FE
RGB
CMYK
RGB Variations
Color information
#1EB2FE (or 0x1EB2FE) is known color: Deep Sky Blue. HEX triplet: 1E, B2 and FE. RGB value is (30,178,254). Sum of RGB (Red+Green+Blue) = 30+178+254=462 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.49% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EB2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB2FE is #E14D01. Grayscale: #8D8D8D. Windows color (decimal): -14765314 or 16691742. OLE color: 16691742.
HSL color Cylindrical-coordinate representation of color #1EB2FE: hue angle of 200.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB2FE is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 178 | 254 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.00 |
| HSL | 200.36º | 0.99% | 0.56% | - |
| HSV(B) | 200.36º | 0.88% | 1% | - |
| XYZ | 34.35 | 39.27 | 99.54 | - |
| YUV | 142.41 | 190.97 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 254 | 0.88 | 0.30 | 0 | 0.00 | 200.36 | 0.99 | 0.56 |
| Hex | 1E | B2 | FE | 58 | 1E | 0 | 0 | C8 | 63 | 38 |
| Octal | 36 | 262 | 376 | 130 | 36 | 0 | 0 | 310 | 143 | 70 |
| Binary | 11110 | 10110010 | 11111110 | 1011000 | 11110 | 0 | 0 | 11001000 | 1100011 | 111000 |
Color Harmonies of #1EB2FE
Complementary color
Monochromatic Colors of #1EB2FE
Black with #1EB2FE
Text Example
Text Example
White with #1EB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB2FE; }
p { color: rgb(30,178,254); }
H1.HeaderClassName
{
color: #1EB2FE;
}
.AnyTagClassName
{
color: #1EB2FE;
}
</style>
background-color css
<style>
a { background-color: #1EB2FE; }
a { background-color: rgb(30,178,254); }
div.DivClassName
{
background-color: #1EB2FE;
}
.BgClassName
{
background-color: #1EB2FE;
}
</style>
border-color css
<style>
span { border-color: #1EB2FE; }
span { border-color: rgb(30,178,254); }
td.TdClassName
{
border-color: #1EB2FE;
}
.TagClassName
{
border-color: #1EB2FE;
}
</style>