Shades of Summer Sky #1EBBDF
Tints of Summer Sky #1EBBDF
RGB
CMYK
RGB Variations
Color information
#1EBBDF (or 0x1EBBDF) is known color: Summer Sky. HEX triplet: 1E, BB and DF. RGB value is (30,187,223). Sum of RGB (Red+Green+Blue) = 30+187+223=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EBBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBDF is #E14420. Grayscale: #8F8F8F. Windows color (decimal): -14763041 or 14662430. OLE color: 14662430.
HSL color Cylindrical-coordinate representation of color #1EBBDF: hue angle of 191.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBBDF is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 187 | 223 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.13 |
| HSL | 191.19º | 0.76% | 0.5% | - |
| HSV(B) | 191.19º | 0.87% | 0.87% | - |
| XYZ | 31.63 | 41.14 | 76.09 | - |
| YUV | 144.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 223 | 0.87 | 0.16 | 0 | 0.13 | 191.19 | 0.76 | 0.5 |
| Hex | 1E | BB | DF | 57 | 10 | 0 | D | BF | 4C | 32 |
| Octal | 36 | 273 | 337 | 127 | 20 | 0 | 15 | 277 | 114 | 62 |
| Binary | 11110 | 10111011 | 11011111 | 1010111 | 10000 | 0 | 1101 | 10111111 | 1001100 | 110010 |
Color Harmonies of #1EBBDF
Complementary color
Monochromatic Colors of #1EBBDF
Black with #1EBBDF
Text Example
Text Example
White with #1EBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBDF; }
p { color: rgb(30,187,223); }
H1.HeaderClassName
{
color: #1EBBDF;
}
.AnyTagClassName
{
color: #1EBBDF;
}
</style>
background-color css
<style>
a { background-color: #1EBBDF; }
a { background-color: rgb(30,187,223); }
div.DivClassName
{
background-color: #1EBBDF;
}
.BgClassName
{
background-color: #1EBBDF;
}
</style>
border-color css
<style>
span { border-color: #1EBBDF; }
span { border-color: rgb(30,187,223); }
td.TdClassName
{
border-color: #1EBBDF;
}
.TagClassName
{
border-color: #1EBBDF;
}
</style>