Shades of Deep Sky Blue #1ECAE9
Tints of Deep Sky Blue #1ECAE9
RGB
CMYK
RGB Variations
Color information
#1ECAE9 (or 0x1ECAE9) is known color: Deep Sky Blue. HEX triplet: 1E, CA and E9. RGB value is (30,202,233). Sum of RGB (Red+Green+Blue) = 30+202+233=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #1ECAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAE9 is #E13516. Grayscale: #999999. Windows color (decimal): -14759191 or 15321630. OLE color: 15321630.
HSL color Cylindrical-coordinate representation of color #1ECAE9: hue angle of 189.16º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECAE9 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 30 | 202 | 233 | - |
CMYK | 0.87 | 0.13 | 0 | 0.09 |
HSL | 189.16º | 0.82% | 0.52% | - |
HSV(B) | 189.16º | 0.87% | 0.91% | - |
XYZ | 36.36 | 48.4 | 84.52 | - |
YUV | 154.11 | 172.52 | 39.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 202 | 233 | 0.87 | 0.13 | 0 | 0.09 | 189.16 | 0.82 | 0.52 |
Hex | 1E | CA | E9 | 57 | D | 0 | 9 | BD | 52 | 34 |
Octal | 36 | 312 | 351 | 127 | 15 | 0 | 11 | 275 | 122 | 64 |
Binary | 11110 | 11001010 | 11101001 | 1010111 | 1101 | 0 | 1001 | 10111101 | 1010010 | 110100 |
Color Harmonies of #1ECAE9
Complementary color
Monochromatic Colors of #1ECAE9
Black with #1ECAE9
Text Example
Text Example
White with #1ECAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECAE9; }
p { color: rgb(30,202,233); }
H1.HeaderClassName
{
color: #1ECAE9;
}
.AnyTagClassName
{
color: #1ECAE9;
}
</style>
background-color css
<style>
a { background-color: #1ECAE9; }
a { background-color: rgb(30,202,233); }
div.DivClassName
{
background-color: #1ECAE9;
}
.BgClassName
{
background-color: #1ECAE9;
}
</style>
border-color css
<style>
span { border-color: #1ECAE9; }
span { border-color: rgb(30,202,233); }
td.TdClassName
{
border-color: #1ECAE9;
}
.TagClassName
{
border-color: #1ECAE9;
}
</style>