Shades of Deep Sky Blue #1ECAFE
Tints of Deep Sky Blue #1ECAFE
RGB
CMYK
RGB Variations
Color information
#1ECAFE (or 0x1ECAFE) is known color: Deep Sky Blue. HEX triplet: 1E, CA and FE. RGB value is (30,202,254). Sum of RGB (Red+Green+Blue) = 30+202+254=486 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.17% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ECAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAFE is #E13501. Grayscale: #9C9C9C. Windows color (decimal): -14759170 or 16697886. OLE color: 16697886.
HSL color Cylindrical-coordinate representation of color #1ECAFE: hue angle of 193.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECAFE is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 202 | 254 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.00 |
| HSL | 193.93º | 0.99% | 0.56% | - |
| HSV(B) | 193.93º | 0.88% | 1% | - |
| XYZ | 39.55 | 49.67 | 101.27 | - |
| YUV | 156.5 | 183.02 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 254 | 0.88 | 0.20 | 0 | 0.00 | 193.93 | 0.99 | 0.56 |
| Hex | 1E | CA | FE | 58 | 14 | 0 | 0 | C2 | 63 | 38 |
| Octal | 36 | 312 | 376 | 130 | 24 | 0 | 0 | 302 | 143 | 70 |
| Binary | 11110 | 11001010 | 11111110 | 1011000 | 10100 | 0 | 0 | 11000010 | 1100011 | 111000 |
Color Harmonies of #1ECAFE
Complementary color
Monochromatic Colors of #1ECAFE
Black with #1ECAFE
Text Example
Text Example
White with #1ECAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAFE; }
p { color: rgb(30,202,254); }
H1.HeaderClassName
{
color: #1ECAFE;
}
.AnyTagClassName
{
color: #1ECAFE;
}
</style>
background-color css
<style>
a { background-color: #1ECAFE; }
a { background-color: rgb(30,202,254); }
div.DivClassName
{
background-color: #1ECAFE;
}
.BgClassName
{
background-color: #1ECAFE;
}
</style>
border-color css
<style>
span { border-color: #1ECAFE; }
span { border-color: rgb(30,202,254); }
td.TdClassName
{
border-color: #1ECAFE;
}
.TagClassName
{
border-color: #1ECAFE;
}
</style>