Shades of Summer Sky #1EAFDA
Tints of Summer Sky #1EAFDA
RGB
CMYK
RGB Variations
Color information
#1EAFDA (or 0x1EAFDA) is known color: Summer Sky. HEX triplet: 1E, AF and DA. RGB value is (30,175,218). Sum of RGB (Red+Green+Blue) = 30+175+218=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFDA is #E15025. Grayscale: #888888. Windows color (decimal): -14766118 or 14331678. OLE color: 14331678.
HSL color Cylindrical-coordinate representation of color #1EAFDA: hue angle of 193.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EAFDA is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 175 | 218 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.15 |
| HSL | 193.72º | 0.76% | 0.49% | - |
| HSV(B) | 193.72º | 0.86% | 0.85% | - |
| XYZ | 28.52 | 36 | 71.77 | - |
| YUV | 136.55 | 173.96 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 218 | 0.86 | 0.20 | 0 | 0.15 | 193.72 | 0.76 | 0.49 |
| Hex | 1E | AF | DA | 56 | 14 | 0 | F | C2 | 4C | 31 |
| Octal | 36 | 257 | 332 | 126 | 24 | 0 | 17 | 302 | 114 | 61 |
| Binary | 11110 | 10101111 | 11011010 | 1010110 | 10100 | 0 | 1111 | 11000010 | 1001100 | 110001 |
Color Harmonies of #1EAFDA
Complementary color
Monochromatic Colors of #1EAFDA
Black with #1EAFDA
Text Example
Text Example
White with #1EAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFDA; }
p { color: rgb(30,175,218); }
H1.HeaderClassName
{
color: #1EAFDA;
}
.AnyTagClassName
{
color: #1EAFDA;
}
</style>
background-color css
<style>
a { background-color: #1EAFDA; }
a { background-color: rgb(30,175,218); }
div.DivClassName
{
background-color: #1EAFDA;
}
.BgClassName
{
background-color: #1EAFDA;
}
</style>
border-color css
<style>
span { border-color: #1EAFDA; }
span { border-color: rgb(30,175,218); }
td.TdClassName
{
border-color: #1EAFDA;
}
.TagClassName
{
border-color: #1EAFDA;
}
</style>