Shades of Deep Sky Blue #1EDDFF
Tints of Deep Sky Blue #1EDDFF
RGB
CMYK
RGB Variations
Color information
#1EDDFF (or 0x1EDDFF) is known color: Deep Sky Blue. HEX triplet: 1E, DD and FF. RGB value is (30,221,255). Sum of RGB (Red+Green+Blue) = 30+221+255=506 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.93% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EDDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDDFF is #E12200. Grayscale: #A7A7A7. Windows color (decimal): -14754305 or 16768286. OLE color: 16768286.
HSL color Cylindrical-coordinate representation of color #1EDDFF: hue angle of 189.07º 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 #1EDDFF is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 221 | 255 | - |
| CMYK | 0.88 | 0.13 | 0 | 0 |
| HSL | 189.07º | 1% | 0.56% | - |
| HSV(B) | 189.07º | 0.88% | 1% | - |
| XYZ | 44.44 | 59.21 | 103.69 | - |
| YUV | 167.77 | 177.22 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 255 | 0.88 | 0.13 | 0 | 0 | 189.07 | 1 | 0.56 |
| Hex | 1E | DD | FF | 58 | D | 0 | 0 | BD | 64 | 38 |
| Octal | 36 | 335 | 377 | 130 | 15 | 0 | 0 | 275 | 144 | 70 |
| Binary | 11110 | 11011101 | 11111111 | 1011000 | 1101 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #1EDDFF
Complementary color
Monochromatic Colors of #1EDDFF
Black with #1EDDFF
Text Example
Text Example
White with #1EDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDFF; }
p { color: rgb(30,221,255); }
H1.HeaderClassName
{
color: #1EDDFF;
}
.AnyTagClassName
{
color: #1EDDFF;
}
</style>
background-color css
<style>
a { background-color: #1EDDFF; }
a { background-color: rgb(30,221,255); }
div.DivClassName
{
background-color: #1EDDFF;
}
.BgClassName
{
background-color: #1EDDFF;
}
</style>
border-color css
<style>
span { border-color: #1EDDFF; }
span { border-color: rgb(30,221,255); }
td.TdClassName
{
border-color: #1EDDFF;
}
.TagClassName
{
border-color: #1EDDFF;
}
</style>