Shades of Deep Sky Blue #1ED1FB
Tints of Deep Sky Blue #1ED1FB
RGB
CMYK
RGB Variations
Color information
#1ED1FB (or 0x1ED1FB) is known color: Deep Sky Blue. HEX triplet: 1E, D1 and FB. RGB value is (30,209,251). Sum of RGB (Red+Green+Blue) = 30+209+251=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ED1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED1FB is #E12E04. Grayscale: #9F9F9F. Windows color (decimal): -14757381 or 16503070. OLE color: 16503070.
HSL color Cylindrical-coordinate representation of color #1ED1FB: hue angle of 191.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED1FB is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 209 | 251 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.02 |
| HSL | 191.4º | 0.97% | 0.55% | - |
| HSV(B) | 191.4º | 0.88% | 0.98% | - |
| XYZ | 40.75 | 52.84 | 99.32 | - |
| YUV | 160.27 | 179.2 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 251 | 0.88 | 0.17 | 0 | 0.02 | 191.4 | 0.97 | 0.55 |
| Hex | 1E | D1 | FB | 58 | 11 | 0 | 2 | BF | 61 | 37 |
| Octal | 36 | 321 | 373 | 130 | 21 | 0 | 2 | 277 | 141 | 67 |
| Binary | 11110 | 11010001 | 11111011 | 1011000 | 10001 | 0 | 10 | 10111111 | 1100001 | 110111 |
Color Harmonies of #1ED1FB
Complementary color
Monochromatic Colors of #1ED1FB
Black with #1ED1FB
Text Example
Text Example
White with #1ED1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED1FB; }
p { color: rgb(30,209,251); }
H1.HeaderClassName
{
color: #1ED1FB;
}
.AnyTagClassName
{
color: #1ED1FB;
}
</style>
background-color css
<style>
a { background-color: #1ED1FB; }
a { background-color: rgb(30,209,251); }
div.DivClassName
{
background-color: #1ED1FB;
}
.BgClassName
{
background-color: #1ED1FB;
}
</style>
border-color css
<style>
span { border-color: #1ED1FB; }
span { border-color: rgb(30,209,251); }
td.TdClassName
{
border-color: #1ED1FB;
}
.TagClassName
{
border-color: #1ED1FB;
}
</style>