Shades of Deep Sky Blue #1ECBEB
Tints of Deep Sky Blue #1ECBEB
RGB
CMYK
RGB Variations
Color information
#1ECBEB (or 0x1ECBEB) is known color: Deep Sky Blue. HEX triplet: 1E, CB and EB. RGB value is (30,203,235). Sum of RGB (Red+Green+Blue) = 30+203+235=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ECBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBEB is #E13414. Grayscale: #9A9A9A. Windows color (decimal): -14758933 or 15452958. OLE color: 15452958.
HSL color Cylindrical-coordinate representation of color #1ECBEB: hue angle of 189.37º degrees, saturation: 0.84, 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 #1ECBEB is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 203 | 235 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.08 |
| HSL | 189.37º | 0.84% | 0.52% | - |
| HSV(B) | 189.37º | 0.87% | 0.92% | - |
| XYZ | 36.89 | 48.99 | 86.11 | - |
| YUV | 154.92 | 173.19 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 235 | 0.87 | 0.14 | 0 | 0.08 | 189.37 | 0.84 | 0.52 |
| Hex | 1E | CB | EB | 57 | E | 0 | 8 | BD | 54 | 34 |
| Octal | 36 | 313 | 353 | 127 | 16 | 0 | 10 | 275 | 124 | 64 |
| Binary | 11110 | 11001011 | 11101011 | 1010111 | 1110 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1ECBEB
Complementary color
Monochromatic Colors of #1ECBEB
Black with #1ECBEB
Text Example
Text Example
White with #1ECBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBEB; }
p { color: rgb(30,203,235); }
H1.HeaderClassName
{
color: #1ECBEB;
}
.AnyTagClassName
{
color: #1ECBEB;
}
</style>
background-color css
<style>
a { background-color: #1ECBEB; }
a { background-color: rgb(30,203,235); }
div.DivClassName
{
background-color: #1ECBEB;
}
.BgClassName
{
background-color: #1ECBEB;
}
</style>
border-color css
<style>
span { border-color: #1ECBEB; }
span { border-color: rgb(30,203,235); }
td.TdClassName
{
border-color: #1ECBEB;
}
.TagClassName
{
border-color: #1ECBEB;
}
</style>