Shades of Deep Sky Blue #1EC9FD
Tints of Deep Sky Blue #1EC9FD
RGB
CMYK
RGB Variations
Color information
#1EC9FD (or 0x1EC9FD) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and FD. RGB value is (30,201,253). Sum of RGB (Red+Green+Blue) = 30+201+253=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EC9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9FD is #E13602. Grayscale: #9B9B9B. Windows color (decimal): -14759427 or 16632094. OLE color: 16632094.
HSL color Cylindrical-coordinate representation of color #1EC9FD: hue angle of 193.99º degrees, saturation: 0.98, 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 #1EC9FD is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 201 | 253 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.01 |
| HSL | 193.99º | 0.98% | 0.55% | - |
| HSV(B) | 193.99º | 0.88% | 0.99% | - |
| XYZ | 39.15 | 49.14 | 100.35 | - |
| YUV | 155.8 | 182.85 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 253 | 0.88 | 0.21 | 0 | 0.01 | 193.99 | 0.98 | 0.55 |
| Hex | 1E | C9 | FD | 58 | 15 | 0 | 1 | C2 | 62 | 37 |
| Octal | 36 | 311 | 375 | 130 | 25 | 0 | 1 | 302 | 142 | 67 |
| Binary | 11110 | 11001001 | 11111101 | 1011000 | 10101 | 0 | 1 | 11000010 | 1100010 | 110111 |
Color Harmonies of #1EC9FD
Complementary color
Monochromatic Colors of #1EC9FD
Black with #1EC9FD
Text Example
Text Example
White with #1EC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC9FD; }
p { color: rgb(30,201,253); }
H1.HeaderClassName
{
color: #1EC9FD;
}
.AnyTagClassName
{
color: #1EC9FD;
}
</style>
background-color css
<style>
a { background-color: #1EC9FD; }
a { background-color: rgb(30,201,253); }
div.DivClassName
{
background-color: #1EC9FD;
}
.BgClassName
{
background-color: #1EC9FD;
}
</style>
border-color css
<style>
span { border-color: #1EC9FD; }
span { border-color: rgb(30,201,253); }
td.TdClassName
{
border-color: #1EC9FD;
}
.TagClassName
{
border-color: #1EC9FD;
}
</style>