Shades of Deep Sky Blue #1EC3FC
Tints of Deep Sky Blue #1EC3FC
RGB
CMYK
RGB Variations
Color information
#1EC3FC (or 0x1EC3FC) is known color: Deep Sky Blue. HEX triplet: 1E, C3 and FC. RGB value is (30,195,252). Sum of RGB (Red+Green+Blue) = 30+195+252=477 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.29% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EC3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC3FC is #E13C03. Grayscale: #979797. Windows color (decimal): -14760964 or 16565022. OLE color: 16565022.
HSL color Cylindrical-coordinate representation of color #1EC3FC: hue angle of 195.41º 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 #1EC3FC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 195 | 252 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.01 |
| HSL | 195.41º | 0.97% | 0.55% | - |
| HSV(B) | 195.41º | 0.88% | 0.99% | - |
| XYZ | 37.62 | 46.33 | 99.06 | - |
| YUV | 152.16 | 184.34 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 252 | 0.88 | 0.23 | 0 | 0.01 | 195.41 | 0.97 | 0.55 |
| Hex | 1E | C3 | FC | 58 | 17 | 0 | 1 | C3 | 61 | 37 |
| Octal | 36 | 303 | 374 | 130 | 27 | 0 | 1 | 303 | 141 | 67 |
| Binary | 11110 | 11000011 | 11111100 | 1011000 | 10111 | 0 | 1 | 11000011 | 1100001 | 110111 |
Color Harmonies of #1EC3FC
Complementary color
Monochromatic Colors of #1EC3FC
Black with #1EC3FC
Text Example
Text Example
White with #1EC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3FC; }
p { color: rgb(30,195,252); }
H1.HeaderClassName
{
color: #1EC3FC;
}
.AnyTagClassName
{
color: #1EC3FC;
}
</style>
background-color css
<style>
a { background-color: #1EC3FC; }
a { background-color: rgb(30,195,252); }
div.DivClassName
{
background-color: #1EC3FC;
}
.BgClassName
{
background-color: #1EC3FC;
}
</style>
border-color css
<style>
span { border-color: #1EC3FC; }
span { border-color: rgb(30,195,252); }
td.TdClassName
{
border-color: #1EC3FC;
}
.TagClassName
{
border-color: #1EC3FC;
}
</style>