Shades of Summer Sky #1E98DD
Tints of Summer Sky #1E98DD
RGB
CMYK
RGB Variations
Color information
#1E98DD (or 0x1E98DD) is known color: Summer Sky. HEX triplet: 1E, 98 and DD. RGB value is (30,152,221). Sum of RGB (Red+Green+Blue) = 30+152+221=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E98DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E98DD is #E16722. Grayscale: #7A7A7A. Windows color (decimal): -14772003 or 14522398. OLE color: 14522398.
HSL color Cylindrical-coordinate representation of color #1E98DD: hue angle of 201.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E98DD is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 152 | 221 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.13 |
| HSL | 201.68º | 0.76% | 0.49% | - |
| HSV(B) | 201.68º | 0.86% | 0.87% | - |
| XYZ | 24.81 | 27.95 | 72.49 | - |
| YUV | 123.39 | 183.08 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 152 | 221 | 0.86 | 0.31 | 0 | 0.13 | 201.68 | 0.76 | 0.49 |
| Hex | 1E | 98 | DD | 56 | 1F | 0 | D | CA | 4C | 31 |
| Octal | 36 | 230 | 335 | 126 | 37 | 0 | 15 | 312 | 114 | 61 |
| Binary | 11110 | 10011000 | 11011101 | 1010110 | 11111 | 0 | 1101 | 11001010 | 1001100 | 110001 |
Color Harmonies of #1E98DD
Complementary color
Monochromatic Colors of #1E98DD
Black with #1E98DD
Text Example
Text Example
White with #1E98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E98DD; }
p { color: rgb(30,152,221); }
H1.HeaderClassName
{
color: #1E98DD;
}
.AnyTagClassName
{
color: #1E98DD;
}
</style>
background-color css
<style>
a { background-color: #1E98DD; }
a { background-color: rgb(30,152,221); }
div.DivClassName
{
background-color: #1E98DD;
}
.BgClassName
{
background-color: #1E98DD;
}
</style>
border-color css
<style>
span { border-color: #1E98DD; }
span { border-color: rgb(30,152,221); }
td.TdClassName
{
border-color: #1E98DD;
}
.TagClassName
{
border-color: #1E98DD;
}
</style>