Shades of Summer Sky #1E9BD5
Tints of Summer Sky #1E9BD5
RGB
CMYK
RGB Variations
Color information
#1E9BD5 (or 0x1E9BD5) is known color: Summer Sky. HEX triplet: 1E, 9B and D5. RGB value is (30,155,213). Sum of RGB (Red+Green+Blue) = 30+155+213=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E9BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BD5 is #E1642A. Grayscale: #7B7B7B. Windows color (decimal): -14771243 or 13998878. OLE color: 13998878.
HSL color Cylindrical-coordinate representation of color #1E9BD5: hue angle of 199.02º 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 #1E9BD5 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 155 | 213 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.16 |
| HSL | 199.02º | 0.75% | 0.48% | - |
| HSV(B) | 199.02º | 0.86% | 0.84% | - |
| XYZ | 24.27 | 28.52 | 67.18 | - |
| YUV | 124.24 | 178.09 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 213 | 0.86 | 0.27 | 0 | 0.16 | 199.02 | 0.75 | 0.48 |
| Hex | 1E | 9B | D5 | 56 | 1B | 0 | 10 | C7 | 4B | 30 |
| Octal | 36 | 233 | 325 | 126 | 33 | 0 | 20 | 307 | 113 | 60 |
| Binary | 11110 | 10011011 | 11010101 | 1010110 | 11011 | 0 | 10000 | 11000111 | 1001011 | 110000 |
Color Harmonies of #1E9BD5
Complementary color
Monochromatic Colors of #1E9BD5
Black with #1E9BD5
Text Example
Text Example
White with #1E9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9BD5; }
p { color: rgb(30,155,213); }
H1.HeaderClassName
{
color: #1E9BD5;
}
.AnyTagClassName
{
color: #1E9BD5;
}
</style>
background-color css
<style>
a { background-color: #1E9BD5; }
a { background-color: rgb(30,155,213); }
div.DivClassName
{
background-color: #1E9BD5;
}
.BgClassName
{
background-color: #1E9BD5;
}
</style>
border-color css
<style>
span { border-color: #1E9BD5; }
span { border-color: rgb(30,155,213); }
td.TdClassName
{
border-color: #1E9BD5;
}
.TagClassName
{
border-color: #1E9BD5;
}
</style>