Shades of Deep Sky Blue #1EDAFF
Tints of Deep Sky Blue #1EDAFF
RGB
CMYK
RGB Variations
Color information
#1EDAFF (or 0x1EDAFF) is known color: Deep Sky Blue. HEX triplet: 1E, DA and FF. RGB value is (30,218,255). Sum of RGB (Red+Green+Blue) = 30+218+255=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDAFF is #E12500. Grayscale: #A5A5A5. Windows color (decimal): -14755073 or 16767518. OLE color: 16767518.
HSL color Cylindrical-coordinate representation of color #1EDAFF: hue angle of 189.87º 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 #1EDAFF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 218 | 255 | - |
| CMYK | 0.88 | 0.15 | 0 | 0 |
| HSL | 189.87º | 1% | 0.56% | - |
| HSV(B) | 189.87º | 0.88% | 1% | - |
| XYZ | 43.66 | 57.64 | 103.43 | - |
| YUV | 166.01 | 178.22 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 255 | 0.88 | 0.15 | 0 | 0 | 189.87 | 1 | 0.56 |
| Hex | 1E | DA | FF | 58 | F | 0 | 0 | BE | 64 | 38 |
| Octal | 36 | 332 | 377 | 130 | 17 | 0 | 0 | 276 | 144 | 70 |
| Binary | 11110 | 11011010 | 11111111 | 1011000 | 1111 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #1EDAFF
Complementary color
Monochromatic Colors of #1EDAFF
Black with #1EDAFF
Text Example
Text Example
White with #1EDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDAFF; }
p { color: rgb(30,218,255); }
H1.HeaderClassName
{
color: #1EDAFF;
}
.AnyTagClassName
{
color: #1EDAFF;
}
</style>
background-color css
<style>
a { background-color: #1EDAFF; }
a { background-color: rgb(30,218,255); }
div.DivClassName
{
background-color: #1EDAFF;
}
.BgClassName
{
background-color: #1EDAFF;
}
</style>
border-color css
<style>
span { border-color: #1EDAFF; }
span { border-color: rgb(30,218,255); }
td.TdClassName
{
border-color: #1EDAFF;
}
.TagClassName
{
border-color: #1EDAFF;
}
</style>