Shades of Deep Sky Blue #1EBEFD
Tints of Deep Sky Blue #1EBEFD
RGB
CMYK
RGB Variations
Color information
#1EBEFD (or 0x1EBEFD) is known color: Deep Sky Blue. HEX triplet: 1E, BE and FD. RGB value is (30,190,253). Sum of RGB (Red+Green+Blue) = 30+190+253=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBEFD is #E14102. Grayscale: #949494. Windows color (decimal): -14762243 or 16629278. OLE color: 16629278.
HSL color Cylindrical-coordinate representation of color #1EBEFD: hue angle of 196.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBEFD is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 190 | 253 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.01 |
| HSL | 196.95º | 0.98% | 0.55% | - |
| HSV(B) | 196.95º | 0.88% | 0.99% | - |
| XYZ | 36.68 | 44.19 | 99.53 | - |
| YUV | 149.34 | 186.49 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 253 | 0.88 | 0.25 | 0 | 0.01 | 196.95 | 0.98 | 0.55 |
| Hex | 1E | BE | FD | 58 | 19 | 0 | 1 | C5 | 62 | 37 |
| Octal | 36 | 276 | 375 | 130 | 31 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11110 | 10111110 | 11111101 | 1011000 | 11001 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #1EBEFD
Complementary color
Monochromatic Colors of #1EBEFD
Black with #1EBEFD
Text Example
Text Example
White with #1EBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEFD; }
p { color: rgb(30,190,253); }
H1.HeaderClassName
{
color: #1EBEFD;
}
.AnyTagClassName
{
color: #1EBEFD;
}
</style>
background-color css
<style>
a { background-color: #1EBEFD; }
a { background-color: rgb(30,190,253); }
div.DivClassName
{
background-color: #1EBEFD;
}
.BgClassName
{
background-color: #1EBEFD;
}
</style>
border-color css
<style>
span { border-color: #1EBEFD; }
span { border-color: rgb(30,190,253); }
td.TdClassName
{
border-color: #1EBEFD;
}
.TagClassName
{
border-color: #1EBEFD;
}
</style>