Shades of Deep Sky Blue #1ED5FD
Tints of Deep Sky Blue #1ED5FD
RGB
CMYK
RGB Variations
Color information
#1ED5FD (or 0x1ED5FD) is known color: Deep Sky Blue. HEX triplet: 1E, D5 and FD. RGB value is (30,213,253). Sum of RGB (Red+Green+Blue) = 30+213+253=496 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.05% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ED5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED5FD is #E12A02. Grayscale: #A2A2A2. Windows color (decimal): -14756355 or 16635166. OLE color: 16635166.
HSL color Cylindrical-coordinate representation of color #1ED5FD: hue angle of 190.76º 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 #1ED5FD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 213 | 253 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.01 |
| HSL | 190.76º | 0.98% | 0.55% | - |
| HSV(B) | 190.76º | 0.88% | 0.99% | - |
| XYZ | 42.06 | 54.96 | 101.32 | - |
| YUV | 162.84 | 178.87 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 253 | 0.88 | 0.16 | 0 | 0.01 | 190.76 | 0.98 | 0.55 |
| Hex | 1E | D5 | FD | 58 | 10 | 0 | 1 | BF | 62 | 37 |
| Octal | 36 | 325 | 375 | 130 | 20 | 0 | 1 | 277 | 142 | 67 |
| Binary | 11110 | 11010101 | 11111101 | 1011000 | 10000 | 0 | 1 | 10111111 | 1100010 | 110111 |
Color Harmonies of #1ED5FD
Complementary color
Monochromatic Colors of #1ED5FD
Black with #1ED5FD
Text Example
Text Example
White with #1ED5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED5FD; }
p { color: rgb(30,213,253); }
H1.HeaderClassName
{
color: #1ED5FD;
}
.AnyTagClassName
{
color: #1ED5FD;
}
</style>
background-color css
<style>
a { background-color: #1ED5FD; }
a { background-color: rgb(30,213,253); }
div.DivClassName
{
background-color: #1ED5FD;
}
.BgClassName
{
background-color: #1ED5FD;
}
</style>
border-color css
<style>
span { border-color: #1ED5FD; }
span { border-color: rgb(30,213,253); }
td.TdClassName
{
border-color: #1ED5FD;
}
.TagClassName
{
border-color: #1ED5FD;
}
</style>