Shades of Deep Sky Blue #1ECBF8
Tints of Deep Sky Blue #1ECBF8
RGB
CMYK
RGB Variations
Color information
#1ECBF8 (or 0x1ECBF8) is known color: Deep Sky Blue. HEX triplet: 1E, CB and F8. RGB value is (30,203,248). Sum of RGB (Red+Green+Blue) = 30+203+248=481 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.24% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #1ECBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBF8 is #E13407. Grayscale: #9C9C9C. Windows color (decimal): -14758920 or 16304926. OLE color: 16304926.
HSL color Cylindrical-coordinate representation of color #1ECBF8: hue angle of 192.39º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECBF8 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 203 | 248 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.03 |
| HSL | 192.39º | 0.94% | 0.55% | - |
| HSV(B) | 192.39º | 0.88% | 0.97% | - |
| XYZ | 38.83 | 49.77 | 96.37 | - |
| YUV | 156.4 | 179.69 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 248 | 0.88 | 0.18 | 0 | 0.03 | 192.39 | 0.94 | 0.55 |
| Hex | 1E | CB | F8 | 58 | 12 | 0 | 3 | C0 | 5E | 37 |
| Octal | 36 | 313 | 370 | 130 | 22 | 0 | 3 | 300 | 136 | 67 |
| Binary | 11110 | 11001011 | 11111000 | 1011000 | 10010 | 0 | 11 | 11000000 | 1011110 | 110111 |
Color Harmonies of #1ECBF8
Complementary color
Monochromatic Colors of #1ECBF8
Black with #1ECBF8
Text Example
Text Example
White with #1ECBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBF8; }
p { color: rgb(30,203,248); }
H1.HeaderClassName
{
color: #1ECBF8;
}
.AnyTagClassName
{
color: #1ECBF8;
}
</style>
background-color css
<style>
a { background-color: #1ECBF8; }
a { background-color: rgb(30,203,248); }
div.DivClassName
{
background-color: #1ECBF8;
}
.BgClassName
{
background-color: #1ECBF8;
}
</style>
border-color css
<style>
span { border-color: #1ECBF8; }
span { border-color: rgb(30,203,248); }
td.TdClassName
{
border-color: #1ECBF8;
}
.TagClassName
{
border-color: #1ECBF8;
}
</style>