Shades of Deep Sky Blue #1ECBEC
Tints of Deep Sky Blue #1ECBEC
RGB
CMYK
RGB Variations
Color information
#1ECBEC (or 0x1ECBEC) is known color: Deep Sky Blue. HEX triplet: 1E, CB and EC. RGB value is (30,203,236). Sum of RGB (Red+Green+Blue) = 30+203+236=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ECBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBEC is #E13413. Grayscale: #9A9A9A. Windows color (decimal): -14758932 or 15518494. OLE color: 15518494.
HSL color Cylindrical-coordinate representation of color #1ECBEC: hue angle of 189.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECBEC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 203 | 236 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.07 |
| HSL | 189.61º | 0.84% | 0.52% | - |
| HSV(B) | 189.61º | 0.87% | 0.93% | - |
| XYZ | 37.03 | 49.04 | 86.87 | - |
| YUV | 155.04 | 173.69 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 236 | 0.87 | 0.14 | 0 | 0.07 | 189.61 | 0.84 | 0.52 |
| Hex | 1E | CB | EC | 57 | E | 0 | 7 | BE | 54 | 34 |
| Octal | 36 | 313 | 354 | 127 | 16 | 0 | 7 | 276 | 124 | 64 |
| Binary | 11110 | 11001011 | 11101100 | 1010111 | 1110 | 0 | 111 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1ECBEC
Complementary color
Monochromatic Colors of #1ECBEC
Black with #1ECBEC
Text Example
Text Example
White with #1ECBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBEC; }
p { color: rgb(30,203,236); }
H1.HeaderClassName
{
color: #1ECBEC;
}
.AnyTagClassName
{
color: #1ECBEC;
}
</style>
background-color css
<style>
a { background-color: #1ECBEC; }
a { background-color: rgb(30,203,236); }
div.DivClassName
{
background-color: #1ECBEC;
}
.BgClassName
{
background-color: #1ECBEC;
}
</style>
border-color css
<style>
span { border-color: #1ECBEC; }
span { border-color: rgb(30,203,236); }
td.TdClassName
{
border-color: #1ECBEC;
}
.TagClassName
{
border-color: #1ECBEC;
}
</style>