Shades of Deep Sky Blue #1ECAFF
Tints of Deep Sky Blue #1ECAFF
RGB
CMYK
RGB Variations
Color information
#1ECAFF (or 0x1ECAFF) is known color: Deep Sky Blue. HEX triplet: 1E, CA and FF. RGB value is (30,202,255). Sum of RGB (Red+Green+Blue) = 30+202+255=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ECAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAFF is #E13500. Grayscale: #9C9C9C. Windows color (decimal): -14759169 or 16763422. OLE color: 16763422.
HSL color Cylindrical-coordinate representation of color #1ECAFF: hue angle of 194.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECAFF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 202 | 255 | - |
| CMYK | 0.88 | 0.21 | 0 | 0 |
| HSL | 194.13º | 1% | 0.56% | - |
| HSV(B) | 194.13º | 0.88% | 1% | - |
| XYZ | 39.71 | 49.74 | 102.12 | - |
| YUV | 156.61 | 183.52 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 255 | 0.88 | 0.21 | 0 | 0 | 194.13 | 1 | 0.56 |
| Hex | 1E | CA | FF | 58 | 15 | 0 | 0 | C2 | 64 | 38 |
| Octal | 36 | 312 | 377 | 130 | 25 | 0 | 0 | 302 | 144 | 70 |
| Binary | 11110 | 11001010 | 11111111 | 1011000 | 10101 | 0 | 0 | 11000010 | 1100100 | 111000 |
Color Harmonies of #1ECAFF
Complementary color
Monochromatic Colors of #1ECAFF
Black with #1ECAFF
Text Example
Text Example
White with #1ECAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAFF; }
p { color: rgb(30,202,255); }
H1.HeaderClassName
{
color: #1ECAFF;
}
.AnyTagClassName
{
color: #1ECAFF;
}
</style>
background-color css
<style>
a { background-color: #1ECAFF; }
a { background-color: rgb(30,202,255); }
div.DivClassName
{
background-color: #1ECAFF;
}
.BgClassName
{
background-color: #1ECAFF;
}
</style>
border-color css
<style>
span { border-color: #1ECAFF; }
span { border-color: rgb(30,202,255); }
td.TdClassName
{
border-color: #1ECAFF;
}
.TagClassName
{
border-color: #1ECAFF;
}
</style>