Shades of Deep Sky Blue #1ECAF0
Tints of Deep Sky Blue #1ECAF0
RGB
CMYK
RGB Variations
Color information
#1ECAF0 (or 0x1ECAF0) is known color: Deep Sky Blue. HEX triplet: 1E, CA and F0. RGB value is (30,202,240). Sum of RGB (Red+Green+Blue) = 30+202+240=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #1ECAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAF0 is #E1350F. Grayscale: #9A9A9A. Windows color (decimal): -14759184 or 15780382. OLE color: 15780382.
HSL color Cylindrical-coordinate representation of color #1ECAF0: hue angle of 190.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECAF0 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 202 | 240 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.06 |
| HSL | 190.86º | 0.88% | 0.53% | - |
| HSV(B) | 190.86º | 0.88% | 0.94% | - |
| XYZ | 37.38 | 48.81 | 89.89 | - |
| YUV | 154.9 | 176.02 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 240 | 0.87 | 0.16 | 0 | 0.06 | 190.86 | 0.88 | 0.53 |
| Hex | 1E | CA | F0 | 57 | 10 | 0 | 6 | BF | 58 | 35 |
| Octal | 36 | 312 | 360 | 127 | 20 | 0 | 6 | 277 | 130 | 65 |
| Binary | 11110 | 11001010 | 11110000 | 1010111 | 10000 | 0 | 110 | 10111111 | 1011000 | 110101 |
Color Harmonies of #1ECAF0
Complementary color
Monochromatic Colors of #1ECAF0
Black with #1ECAF0
Text Example
Text Example
White with #1ECAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAF0; }
p { color: rgb(30,202,240); }
H1.HeaderClassName
{
color: #1ECAF0;
}
.AnyTagClassName
{
color: #1ECAF0;
}
</style>
background-color css
<style>
a { background-color: #1ECAF0; }
a { background-color: rgb(30,202,240); }
div.DivClassName
{
background-color: #1ECAF0;
}
.BgClassName
{
background-color: #1ECAF0;
}
</style>
border-color css
<style>
span { border-color: #1ECAF0; }
span { border-color: rgb(30,202,240); }
td.TdClassName
{
border-color: #1ECAF0;
}
.TagClassName
{
border-color: #1ECAF0;
}
</style>