Shades of Deep Sky Blue #1ECAF3
Tints of Deep Sky Blue #1ECAF3
RGB
CMYK
RGB Variations
Color information
#1ECAF3 (or 0x1ECAF3) is known color: Deep Sky Blue. HEX triplet: 1E, CA and F3. RGB value is (30,202,243). Sum of RGB (Red+Green+Blue) = 30+202+243=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ECAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAF3 is #E1350C. Grayscale: #9A9A9A. Windows color (decimal): -14759181 or 15976990. OLE color: 15976990.
HSL color Cylindrical-coordinate representation of color #1ECAF3: hue angle of 191.55º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECAF3 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 202 | 243 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.05 |
| HSL | 191.55º | 0.9% | 0.54% | - |
| HSV(B) | 191.55º | 0.88% | 0.95% | - |
| XYZ | 37.83 | 48.99 | 92.26 | - |
| YUV | 155.25 | 177.52 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 243 | 0.88 | 0.17 | 0 | 0.05 | 191.55 | 0.9 | 0.54 |
| Hex | 1E | CA | F3 | 58 | 11 | 0 | 5 | C0 | 5A | 36 |
| Octal | 36 | 312 | 363 | 130 | 21 | 0 | 5 | 300 | 132 | 66 |
| Binary | 11110 | 11001010 | 11110011 | 1011000 | 10001 | 0 | 101 | 11000000 | 1011010 | 110110 |
Color Harmonies of #1ECAF3
Complementary color
Monochromatic Colors of #1ECAF3
Black with #1ECAF3
Text Example
Text Example
White with #1ECAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAF3; }
p { color: rgb(30,202,243); }
H1.HeaderClassName
{
color: #1ECAF3;
}
.AnyTagClassName
{
color: #1ECAF3;
}
</style>
background-color css
<style>
a { background-color: #1ECAF3; }
a { background-color: rgb(30,202,243); }
div.DivClassName
{
background-color: #1ECAF3;
}
.BgClassName
{
background-color: #1ECAF3;
}
</style>
border-color css
<style>
span { border-color: #1ECAF3; }
span { border-color: rgb(30,202,243); }
td.TdClassName
{
border-color: #1ECAF3;
}
.TagClassName
{
border-color: #1ECAF3;
}
</style>