Shades of Summer Sky #1EAFDF
Tints of Summer Sky #1EAFDF
RGB
CMYK
RGB Variations
Color information
#1EAFDF (or 0x1EAFDF) is known color: Summer Sky. HEX triplet: 1E, AF and DF. RGB value is (30,175,223). Sum of RGB (Red+Green+Blue) = 30+175+223=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFDF is #E15020. Grayscale: #888888. Windows color (decimal): -14766113 or 14659358. OLE color: 14659358.
HSL color Cylindrical-coordinate representation of color #1EAFDF: hue angle of 194.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAFDF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 175 | 223 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.13 |
| HSL | 194.92º | 0.76% | 0.5% | - |
| HSV(B) | 194.92º | 0.87% | 0.87% | - |
| XYZ | 29.18 | 36.26 | 75.27 | - |
| YUV | 137.12 | 176.46 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 223 | 0.87 | 0.22 | 0 | 0.13 | 194.92 | 0.76 | 0.5 |
| Hex | 1E | AF | DF | 57 | 16 | 0 | D | C3 | 4C | 32 |
| Octal | 36 | 257 | 337 | 127 | 26 | 0 | 15 | 303 | 114 | 62 |
| Binary | 11110 | 10101111 | 11011111 | 1010111 | 10110 | 0 | 1101 | 11000011 | 1001100 | 110010 |
Color Harmonies of #1EAFDF
Complementary color
Monochromatic Colors of #1EAFDF
Black with #1EAFDF
Text Example
Text Example
White with #1EAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFDF; }
p { color: rgb(30,175,223); }
H1.HeaderClassName
{
color: #1EAFDF;
}
.AnyTagClassName
{
color: #1EAFDF;
}
</style>
background-color css
<style>
a { background-color: #1EAFDF; }
a { background-color: rgb(30,175,223); }
div.DivClassName
{
background-color: #1EAFDF;
}
.BgClassName
{
background-color: #1EAFDF;
}
</style>
border-color css
<style>
span { border-color: #1EAFDF; }
span { border-color: rgb(30,175,223); }
td.TdClassName
{
border-color: #1EAFDF;
}
.TagClassName
{
border-color: #1EAFDF;
}
</style>