Shades of Deep Sky Blue #1EC8EA
Tints of Deep Sky Blue #1EC8EA
RGB
CMYK
RGB Variations
Color information
#1EC8EA (or 0x1EC8EA) is known color: Deep Sky Blue. HEX triplet: 1E, C8 and EA. RGB value is (30,200,234). Sum of RGB (Red+Green+Blue) = 30+200+234=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EC8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC8EA is #E13715. Grayscale: #989898. Windows color (decimal): -14759702 or 15386654. OLE color: 15386654.
HSL color Cylindrical-coordinate representation of color #1EC8EA: hue angle of 190º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC8EA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 200 | 234 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.08 |
| HSL | 190º | 0.83% | 0.52% | - |
| HSV(B) | 190º | 0.87% | 0.92% | - |
| XYZ | 36.04 | 47.53 | 85.12 | - |
| YUV | 153.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 200 | 234 | 0.87 | 0.15 | 0 | 0.08 | 190 | 0.83 | 0.52 |
| Hex | 1E | C8 | EA | 57 | F | 0 | 8 | BE | 53 | 34 |
| Octal | 36 | 310 | 352 | 127 | 17 | 0 | 10 | 276 | 123 | 64 |
| Binary | 11110 | 11001000 | 11101010 | 1010111 | 1111 | 0 | 1000 | 10111110 | 1010011 | 110100 |
Color Harmonies of #1EC8EA
Complementary color
Monochromatic Colors of #1EC8EA
Black with #1EC8EA
Text Example
Text Example
White with #1EC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC8EA; }
p { color: rgb(30,200,234); }
H1.HeaderClassName
{
color: #1EC8EA;
}
.AnyTagClassName
{
color: #1EC8EA;
}
</style>
background-color css
<style>
a { background-color: #1EC8EA; }
a { background-color: rgb(30,200,234); }
div.DivClassName
{
background-color: #1EC8EA;
}
.BgClassName
{
background-color: #1EC8EA;
}
</style>
border-color css
<style>
span { border-color: #1EC8EA; }
span { border-color: rgb(30,200,234); }
td.TdClassName
{
border-color: #1EC8EA;
}
.TagClassName
{
border-color: #1EC8EA;
}
</style>