Shades of Deep Sky Blue #1EC9FC
Tints of Deep Sky Blue #1EC9FC
RGB
CMYK
RGB Variations
Color information
#1EC9FC (or 0x1EC9FC) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and FC. RGB value is (30,201,252). Sum of RGB (Red+Green+Blue) = 30+201+252=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EC9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9FC is #E13603. Grayscale: #9B9B9B. Windows color (decimal): -14759428 or 16566558. OLE color: 16566558.
HSL color Cylindrical-coordinate representation of color #1EC9FC: hue angle of 193.78º 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 #1EC9FC is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 201 | 252 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.01 |
| HSL | 193.78º | 0.97% | 0.55% | - |
| HSV(B) | 193.78º | 0.88% | 0.99% | - |
| XYZ | 38.99 | 49.08 | 99.51 | - |
| YUV | 155.69 | 182.35 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 252 | 0.88 | 0.20 | 0 | 0.01 | 193.78 | 0.97 | 0.55 |
| Hex | 1E | C9 | FC | 58 | 14 | 0 | 1 | C2 | 61 | 37 |
| Octal | 36 | 311 | 374 | 130 | 24 | 0 | 1 | 302 | 141 | 67 |
| Binary | 11110 | 11001001 | 11111100 | 1011000 | 10100 | 0 | 1 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1EC9FC
Complementary color
Monochromatic Colors of #1EC9FC
Black with #1EC9FC
Text Example
Text Example
White with #1EC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC9FC; }
p { color: rgb(30,201,252); }
H1.HeaderClassName
{
color: #1EC9FC;
}
.AnyTagClassName
{
color: #1EC9FC;
}
</style>
background-color css
<style>
a { background-color: #1EC9FC; }
a { background-color: rgb(30,201,252); }
div.DivClassName
{
background-color: #1EC9FC;
}
.BgClassName
{
background-color: #1EC9FC;
}
</style>
border-color css
<style>
span { border-color: #1EC9FC; }
span { border-color: rgb(30,201,252); }
td.TdClassName
{
border-color: #1EC9FC;
}
.TagClassName
{
border-color: #1EC9FC;
}
</style>