Shades of Deep Sky Blue #1EBFF0
Tints of Deep Sky Blue #1EBFF0
RGB
CMYK
RGB Variations
Color information
#1EBFF0 (or 0x1EBFF0) is known color: Deep Sky Blue. HEX triplet: 1E, BF and F0. RGB value is (30,191,240). Sum of RGB (Red+Green+Blue) = 30+191+240=461 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.51% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EBFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBFF0 is #E1400F. Grayscale: #949494. Windows color (decimal): -14762000 or 15777566. OLE color: 15777566.
HSL color Cylindrical-coordinate representation of color #1EBFF0: hue angle of 194º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBFF0 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 191 | 240 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.06 |
| HSL | 194º | 0.88% | 0.53% | - |
| HSV(B) | 194º | 0.88% | 0.94% | - |
| XYZ | 34.89 | 43.83 | 89.06 | - |
| YUV | 148.45 | 179.66 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 240 | 0.87 | 0.20 | 0 | 0.06 | 194 | 0.88 | 0.53 |
| Hex | 1E | BF | F0 | 57 | 14 | 0 | 6 | C2 | 58 | 35 |
| Octal | 36 | 277 | 360 | 127 | 24 | 0 | 6 | 302 | 130 | 65 |
| Binary | 11110 | 10111111 | 11110000 | 1010111 | 10100 | 0 | 110 | 11000010 | 1011000 | 110101 |
Color Harmonies of #1EBFF0
Complementary color
Monochromatic Colors of #1EBFF0
Black with #1EBFF0
Text Example
Text Example
White with #1EBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBFF0; }
p { color: rgb(30,191,240); }
H1.HeaderClassName
{
color: #1EBFF0;
}
.AnyTagClassName
{
color: #1EBFF0;
}
</style>
background-color css
<style>
a { background-color: #1EBFF0; }
a { background-color: rgb(30,191,240); }
div.DivClassName
{
background-color: #1EBFF0;
}
.BgClassName
{
background-color: #1EBFF0;
}
</style>
border-color css
<style>
span { border-color: #1EBFF0; }
span { border-color: rgb(30,191,240); }
td.TdClassName
{
border-color: #1EBFF0;
}
.TagClassName
{
border-color: #1EBFF0;
}
</style>