Shades of Deep Sky Blue #1EBAFD
Tints of Deep Sky Blue #1EBAFD
RGB
CMYK
RGB Variations
Color information
#1EBAFD (or 0x1EBAFD) is known color: Deep Sky Blue. HEX triplet: 1E, BA and FD. RGB value is (30,186,253). Sum of RGB (Red+Green+Blue) = 30+186+253=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBAFD is #E14502. Grayscale: #929292. Windows color (decimal): -14763267 or 16628254. OLE color: 16628254.
HSL color Cylindrical-coordinate representation of color #1EBAFD: hue angle of 198.03º 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 #1EBAFD is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 186 | 253 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.01 |
| HSL | 198.03º | 0.98% | 0.55% | - |
| HSV(B) | 198.03º | 0.88% | 0.99% | - |
| XYZ | 35.82 | 42.49 | 99.24 | - |
| YUV | 146.99 | 187.82 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 253 | 0.88 | 0.26 | 0 | 0.01 | 198.03 | 0.98 | 0.55 |
| Hex | 1E | BA | FD | 58 | 1A | 0 | 1 | C6 | 62 | 37 |
| Octal | 36 | 272 | 375 | 130 | 32 | 0 | 1 | 306 | 142 | 67 |
| Binary | 11110 | 10111010 | 11111101 | 1011000 | 11010 | 0 | 1 | 11000110 | 1100010 | 110111 |
Color Harmonies of #1EBAFD
Complementary color
Monochromatic Colors of #1EBAFD
Black with #1EBAFD
Text Example
Text Example
White with #1EBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAFD; }
p { color: rgb(30,186,253); }
H1.HeaderClassName
{
color: #1EBAFD;
}
.AnyTagClassName
{
color: #1EBAFD;
}
</style>
background-color css
<style>
a { background-color: #1EBAFD; }
a { background-color: rgb(30,186,253); }
div.DivClassName
{
background-color: #1EBAFD;
}
.BgClassName
{
background-color: #1EBAFD;
}
</style>
border-color css
<style>
span { border-color: #1EBAFD; }
span { border-color: rgb(30,186,253); }
td.TdClassName
{
border-color: #1EBAFD;
}
.TagClassName
{
border-color: #1EBAFD;
}
</style>