Shades of Summer Sky #1E99D5
Tints of Summer Sky #1E99D5
RGB
CMYK
RGB Variations
Color information
#1E99D5 (or 0x1E99D5) is known color: Summer Sky. HEX triplet: 1E, 99 and D5. RGB value is (30,153,213). Sum of RGB (Red+Green+Blue) = 30+153+213=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E99D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E99D5 is #E1662A. Grayscale: #7A7A7A. Windows color (decimal): -14771755 or 13998366. OLE color: 13998366.
HSL color Cylindrical-coordinate representation of color #1E99D5: hue angle of 199.67º 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 #1E99D5 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 153 | 213 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.16 |
| HSL | 199.67º | 0.75% | 0.48% | - |
| HSV(B) | 199.67º | 0.86% | 0.84% | - |
| XYZ | 23.94 | 27.86 | 67.07 | - |
| YUV | 123.06 | 178.75 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 213 | 0.86 | 0.28 | 0 | 0.16 | 199.67 | 0.75 | 0.48 |
| Hex | 1E | 99 | D5 | 56 | 1C | 0 | 10 | C8 | 4B | 30 |
| Octal | 36 | 231 | 325 | 126 | 34 | 0 | 20 | 310 | 113 | 60 |
| Binary | 11110 | 10011001 | 11010101 | 1010110 | 11100 | 0 | 10000 | 11001000 | 1001011 | 110000 |
Color Harmonies of #1E99D5
Complementary color
Monochromatic Colors of #1E99D5
Black with #1E99D5
Text Example
Text Example
White with #1E99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E99D5; }
p { color: rgb(30,153,213); }
H1.HeaderClassName
{
color: #1E99D5;
}
.AnyTagClassName
{
color: #1E99D5;
}
</style>
background-color css
<style>
a { background-color: #1E99D5; }
a { background-color: rgb(30,153,213); }
div.DivClassName
{
background-color: #1E99D5;
}
.BgClassName
{
background-color: #1E99D5;
}
</style>
border-color css
<style>
span { border-color: #1E99D5; }
span { border-color: rgb(30,153,213); }
td.TdClassName
{
border-color: #1E99D5;
}
.TagClassName
{
border-color: #1E99D5;
}
</style>