Shades of Deep Sky Blue #1EDBFC
Tints of Deep Sky Blue #1EDBFC
RGB
CMYK
RGB Variations
Color information
#1EDBFC (or 0x1EDBFC) is known color: Deep Sky Blue. HEX triplet: 1E, DB and FC. RGB value is (30,219,252). Sum of RGB (Red+Green+Blue) = 30+219+252=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDBFC is #E12403. Grayscale: #A5A5A5. Windows color (decimal): -14754820 or 16571166. OLE color: 16571166.
HSL color Cylindrical-coordinate representation of color #1EDBFC: hue angle of 188.92º degrees, saturation: 0.97, 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 #1EDBFC is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 219 | 252 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.01 |
| HSL | 188.92º | 0.97% | 0.55% | - |
| HSV(B) | 188.92º | 0.88% | 0.99% | - |
| XYZ | 43.44 | 57.97 | 100.99 | - |
| YUV | 166.25 | 176.38 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 252 | 0.88 | 0.13 | 0 | 0.01 | 188.92 | 0.97 | 0.55 |
| Hex | 1E | DB | FC | 58 | D | 0 | 1 | BD | 61 | 37 |
| Octal | 36 | 333 | 374 | 130 | 15 | 0 | 1 | 275 | 141 | 67 |
| Binary | 11110 | 11011011 | 11111100 | 1011000 | 1101 | 0 | 1 | 10111101 | 1100001 | 110111 |
Color Harmonies of #1EDBFC
Complementary color
Monochromatic Colors of #1EDBFC
Black with #1EDBFC
Text Example
Text Example
White with #1EDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBFC; }
p { color: rgb(30,219,252); }
H1.HeaderClassName
{
color: #1EDBFC;
}
.AnyTagClassName
{
color: #1EDBFC;
}
</style>
background-color css
<style>
a { background-color: #1EDBFC; }
a { background-color: rgb(30,219,252); }
div.DivClassName
{
background-color: #1EDBFC;
}
.BgClassName
{
background-color: #1EDBFC;
}
</style>
border-color css
<style>
span { border-color: #1EDBFC; }
span { border-color: rgb(30,219,252); }
td.TdClassName
{
border-color: #1EDBFC;
}
.TagClassName
{
border-color: #1EDBFC;
}
</style>