Shades of Deep Sky Blue #1ECAFC
Tints of Deep Sky Blue #1ECAFC
RGB
CMYK
RGB Variations
Color information
#1ECAFC (or 0x1ECAFC) is known color: Deep Sky Blue. HEX triplet: 1E, CA and FC. RGB value is (30,202,252). Sum of RGB (Red+Green+Blue) = 30+202+252=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ECAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAFC is #E13503. Grayscale: #9B9B9B. Windows color (decimal): -14759172 or 16566814. OLE color: 16566814.
HSL color Cylindrical-coordinate representation of color #1ECAFC: hue angle of 193.51º 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 #1ECAFC is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 202 | 252 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.01 |
| HSL | 193.51º | 0.97% | 0.55% | - |
| HSV(B) | 193.51º | 0.88% | 0.99% | - |
| XYZ | 39.23 | 49.55 | 99.59 | - |
| YUV | 156.27 | 182.02 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 252 | 0.88 | 0.20 | 0 | 0.01 | 193.51 | 0.97 | 0.55 |
| Hex | 1E | CA | FC | 58 | 14 | 0 | 1 | C2 | 61 | 37 |
| Octal | 36 | 312 | 374 | 130 | 24 | 0 | 1 | 302 | 141 | 67 |
| Binary | 11110 | 11001010 | 11111100 | 1011000 | 10100 | 0 | 1 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1ECAFC
Complementary color
Monochromatic Colors of #1ECAFC
Black with #1ECAFC
Text Example
Text Example
White with #1ECAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAFC; }
p { color: rgb(30,202,252); }
H1.HeaderClassName
{
color: #1ECAFC;
}
.AnyTagClassName
{
color: #1ECAFC;
}
</style>
background-color css
<style>
a { background-color: #1ECAFC; }
a { background-color: rgb(30,202,252); }
div.DivClassName
{
background-color: #1ECAFC;
}
.BgClassName
{
background-color: #1ECAFC;
}
</style>
border-color css
<style>
span { border-color: #1ECAFC; }
span { border-color: rgb(30,202,252); }
td.TdClassName
{
border-color: #1ECAFC;
}
.TagClassName
{
border-color: #1ECAFC;
}
</style>