Shades of Summer Sky #1E9BD6
Tints of Summer Sky #1E9BD6
RGB
CMYK
RGB Variations
Color information
#1E9BD6 (or 0x1E9BD6) is known color: Summer Sky. HEX triplet: 1E, 9B and D6. RGB value is (30,155,214). Sum of RGB (Red+Green+Blue) = 30+155+214=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E9BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BD6 is #E16429. Grayscale: #7B7B7B. Windows color (decimal): -14771242 or 14064414. OLE color: 14064414.
HSL color Cylindrical-coordinate representation of color #1E9BD6: hue angle of 199.24º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9BD6 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 155 | 214 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.16 |
| HSL | 199.24º | 0.75% | 0.48% | - |
| HSV(B) | 199.24º | 0.86% | 0.84% | - |
| XYZ | 24.39 | 28.57 | 67.85 | - |
| YUV | 124.35 | 178.59 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 214 | 0.86 | 0.28 | 0 | 0.16 | 199.24 | 0.75 | 0.48 |
| Hex | 1E | 9B | D6 | 56 | 1C | 0 | 10 | C7 | 4B | 30 |
| Octal | 36 | 233 | 326 | 126 | 34 | 0 | 20 | 307 | 113 | 60 |
| Binary | 11110 | 10011011 | 11010110 | 1010110 | 11100 | 0 | 10000 | 11000111 | 1001011 | 110000 |
Color Harmonies of #1E9BD6
Complementary color
Monochromatic Colors of #1E9BD6
Black with #1E9BD6
Text Example
Text Example
White with #1E9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9BD6; }
p { color: rgb(30,155,214); }
H1.HeaderClassName
{
color: #1E9BD6;
}
.AnyTagClassName
{
color: #1E9BD6;
}
</style>
background-color css
<style>
a { background-color: #1E9BD6; }
a { background-color: rgb(30,155,214); }
div.DivClassName
{
background-color: #1E9BD6;
}
.BgClassName
{
background-color: #1E9BD6;
}
</style>
border-color css
<style>
span { border-color: #1E9BD6; }
span { border-color: rgb(30,155,214); }
td.TdClassName
{
border-color: #1E9BD6;
}
.TagClassName
{
border-color: #1E9BD6;
}
</style>