Shades of Deep Sky Blue #1ED5FF
Tints of Deep Sky Blue #1ED5FF
RGB
CMYK
RGB Variations
Color information
#1ED5FF (or 0x1ED5FF) is known color: Deep Sky Blue. HEX triplet: 1E, D5 and FF. RGB value is (30,213,255). Sum of RGB (Red+Green+Blue) = 30+213+255=498 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.02% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ED5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED5FF is #E12A00. Grayscale: #A2A2A2. Windows color (decimal): -14756353 or 16766238. OLE color: 16766238.
HSL color Cylindrical-coordinate representation of color #1ED5FF: hue angle of 191.2º 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 #1ED5FF is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 213 | 255 | - |
| CMYK | 0.88 | 0.16 | 0 | 0 |
| HSL | 191.2º | 1% | 0.56% | - |
| HSV(B) | 191.2º | 0.88% | 1% | - |
| XYZ | 42.38 | 55.08 | 103.01 | - |
| YUV | 163.07 | 179.87 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 255 | 0.88 | 0.16 | 0 | 0 | 191.2 | 1 | 0.56 |
| Hex | 1E | D5 | FF | 58 | 10 | 0 | 0 | BF | 64 | 38 |
| Octal | 36 | 325 | 377 | 130 | 20 | 0 | 0 | 277 | 144 | 70 |
| Binary | 11110 | 11010101 | 11111111 | 1011000 | 10000 | 0 | 0 | 10111111 | 1100100 | 111000 |
Color Harmonies of #1ED5FF
Complementary color
Monochromatic Colors of #1ED5FF
Black with #1ED5FF
Text Example
Text Example
White with #1ED5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED5FF; }
p { color: rgb(30,213,255); }
H1.HeaderClassName
{
color: #1ED5FF;
}
.AnyTagClassName
{
color: #1ED5FF;
}
</style>
background-color css
<style>
a { background-color: #1ED5FF; }
a { background-color: rgb(30,213,255); }
div.DivClassName
{
background-color: #1ED5FF;
}
.BgClassName
{
background-color: #1ED5FF;
}
</style>
border-color css
<style>
span { border-color: #1ED5FF; }
span { border-color: rgb(30,213,255); }
td.TdClassName
{
border-color: #1ED5FF;
}
.TagClassName
{
border-color: #1ED5FF;
}
</style>