Shades of Deep Sky Blue #1ED9FF
Tints of Deep Sky Blue #1ED9FF
RGB
CMYK
RGB Variations
Color information
#1ED9FF (or 0x1ED9FF) is known color: Deep Sky Blue. HEX triplet: 1E, D9 and FF. RGB value is (30,217,255). Sum of RGB (Red+Green+Blue) = 30+217+255=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ED9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED9FF is #E12600. Grayscale: #A5A5A5. Windows color (decimal): -14755329 or 16767262. OLE color: 16767262.
HSL color Cylindrical-coordinate representation of color #1ED9FF: hue angle of 190.13º 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 #1ED9FF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 217 | 255 | - |
| CMYK | 0.88 | 0.15 | 0 | 0 |
| HSL | 190.13º | 1% | 0.56% | - |
| HSV(B) | 190.13º | 0.88% | 1% | - |
| XYZ | 43.4 | 57.12 | 103.35 | - |
| YUV | 165.42 | 178.55 | 31.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 255 | 0.88 | 0.15 | 0 | 0 | 190.13 | 1 | 0.56 |
| Hex | 1E | D9 | FF | 58 | F | 0 | 0 | BE | 64 | 38 |
| Octal | 36 | 331 | 377 | 130 | 17 | 0 | 0 | 276 | 144 | 70 |
| Binary | 11110 | 11011001 | 11111111 | 1011000 | 1111 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #1ED9FF
Complementary color
Monochromatic Colors of #1ED9FF
Black with #1ED9FF
Text Example
Text Example
White with #1ED9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED9FF; }
p { color: rgb(30,217,255); }
H1.HeaderClassName
{
color: #1ED9FF;
}
.AnyTagClassName
{
color: #1ED9FF;
}
</style>
background-color css
<style>
a { background-color: #1ED9FF; }
a { background-color: rgb(30,217,255); }
div.DivClassName
{
background-color: #1ED9FF;
}
.BgClassName
{
background-color: #1ED9FF;
}
</style>
border-color css
<style>
span { border-color: #1ED9FF; }
span { border-color: rgb(30,217,255); }
td.TdClassName
{
border-color: #1ED9FF;
}
.TagClassName
{
border-color: #1ED9FF;
}
</style>