Shades of Deep Sky Blue #1EBFFE
Tints of Deep Sky Blue #1EBFFE
RGB
CMYK
RGB Variations
Color information
#1EBFFE (or 0x1EBFFE) is known color: Deep Sky Blue. HEX triplet: 1E, BF and FE. RGB value is (30,191,254). Sum of RGB (Red+Green+Blue) = 30+191+254=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EBFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBFFE is #E14001. Grayscale: #959595. Windows color (decimal): -14761986 or 16695070. OLE color: 16695070.
HSL color Cylindrical-coordinate representation of color #1EBFFE: hue angle of 196.88º 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 #1EBFFE is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 191 | 254 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.00 |
| HSL | 196.88º | 0.99% | 0.56% | - |
| HSV(B) | 196.88º | 0.88% | 1% | - |
| XYZ | 37.06 | 44.69 | 100.44 | - |
| YUV | 150.04 | 186.66 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 254 | 0.88 | 0.25 | 0 | 0.00 | 196.88 | 0.99 | 0.56 |
| Hex | 1E | BF | FE | 58 | 19 | 0 | 0 | C5 | 63 | 38 |
| Octal | 36 | 277 | 376 | 130 | 31 | 0 | 0 | 305 | 143 | 70 |
| Binary | 11110 | 10111111 | 11111110 | 1011000 | 11001 | 0 | 0 | 11000101 | 1100011 | 111000 |
Color Harmonies of #1EBFFE
Complementary color
Monochromatic Colors of #1EBFFE
Black with #1EBFFE
Text Example
Text Example
White with #1EBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBFFE; }
p { color: rgb(30,191,254); }
H1.HeaderClassName
{
color: #1EBFFE;
}
.AnyTagClassName
{
color: #1EBFFE;
}
</style>
background-color css
<style>
a { background-color: #1EBFFE; }
a { background-color: rgb(30,191,254); }
div.DivClassName
{
background-color: #1EBFFE;
}
.BgClassName
{
background-color: #1EBFFE;
}
</style>
border-color css
<style>
span { border-color: #1EBFFE; }
span { border-color: rgb(30,191,254); }
td.TdClassName
{
border-color: #1EBFFE;
}
.TagClassName
{
border-color: #1EBFFE;
}
</style>