Shades of Deep Sky Blue #1EBEFF
Tints of Deep Sky Blue #1EBEFF
RGB
CMYK
RGB Variations
Color information
#1EBEFF (or 0x1EBEFF) is known color: Deep Sky Blue. HEX triplet: 1E, BE and FF. RGB value is (30,190,255). Sum of RGB (Red+Green+Blue) = 30+190+255=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBEFF is #E14100. Grayscale: #959595. Windows color (decimal): -14762241 or 16760350. OLE color: 16760350.
HSL color Cylindrical-coordinate representation of color #1EBEFF: hue angle of 197.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBEFF is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 190 | 255 | - |
| CMYK | 0.88 | 0.25 | 0 | 0 |
| HSL | 197.33º | 1% | 0.56% | - |
| HSV(B) | 197.33º | 0.88% | 1% | - |
| XYZ | 37 | 44.32 | 101.21 | - |
| YUV | 149.57 | 187.49 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 255 | 0.88 | 0.25 | 0 | 0 | 197.33 | 1 | 0.56 |
| Hex | 1E | BE | FF | 58 | 19 | 0 | 0 | C5 | 64 | 38 |
| Octal | 36 | 276 | 377 | 130 | 31 | 0 | 0 | 305 | 144 | 70 |
| Binary | 11110 | 10111110 | 11111111 | 1011000 | 11001 | 0 | 0 | 11000101 | 1100100 | 111000 |
Color Harmonies of #1EBEFF
Complementary color
Monochromatic Colors of #1EBEFF
Black with #1EBEFF
Text Example
Text Example
White with #1EBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEFF; }
p { color: rgb(30,190,255); }
H1.HeaderClassName
{
color: #1EBEFF;
}
.AnyTagClassName
{
color: #1EBEFF;
}
</style>
background-color css
<style>
a { background-color: #1EBEFF; }
a { background-color: rgb(30,190,255); }
div.DivClassName
{
background-color: #1EBEFF;
}
.BgClassName
{
background-color: #1EBEFF;
}
</style>
border-color css
<style>
span { border-color: #1EBEFF; }
span { border-color: rgb(30,190,255); }
td.TdClassName
{
border-color: #1EBEFF;
}
.TagClassName
{
border-color: #1EBEFF;
}
</style>