Shades of Summer Sky #1EAFD4
Tints of Summer Sky #1EAFD4
RGB
CMYK
RGB Variations
Color information
#1EAFD4 (or 0x1EAFD4) is known color: Summer Sky. HEX triplet: 1E, AF and D4. RGB value is (30,175,212). Sum of RGB (Red+Green+Blue) = 30+175+212=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #1EAFD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFD4 is #E1502B. Grayscale: #878787. Windows color (decimal): -14766124 or 13938462. OLE color: 13938462.
HSL color Cylindrical-coordinate representation of color #1EAFD4: hue angle of 192.2º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EAFD4 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 175 | 212 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.17 |
| HSL | 192.2º | 0.75% | 0.47% | - |
| HSV(B) | 192.2º | 0.86% | 0.83% | - |
| XYZ | 27.75 | 35.69 | 67.71 | - |
| YUV | 135.86 | 170.96 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 212 | 0.86 | 0.17 | 0 | 0.17 | 192.2 | 0.75 | 0.47 |
| Hex | 1E | AF | D4 | 56 | 11 | 0 | 11 | C0 | 4B | 2F |
| Octal | 36 | 257 | 324 | 126 | 21 | 0 | 21 | 300 | 113 | 57 |
| Binary | 11110 | 10101111 | 11010100 | 1010110 | 10001 | 0 | 10001 | 11000000 | 1001011 | 101111 |
Color Harmonies of #1EAFD4
Complementary color
Monochromatic Colors of #1EAFD4
Black with #1EAFD4
Text Example
Text Example
White with #1EAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFD4; }
p { color: rgb(30,175,212); }
H1.HeaderClassName
{
color: #1EAFD4;
}
.AnyTagClassName
{
color: #1EAFD4;
}
</style>
background-color css
<style>
a { background-color: #1EAFD4; }
a { background-color: rgb(30,175,212); }
div.DivClassName
{
background-color: #1EAFD4;
}
.BgClassName
{
background-color: #1EAFD4;
}
</style>
border-color css
<style>
span { border-color: #1EAFD4; }
span { border-color: rgb(30,175,212); }
td.TdClassName
{
border-color: #1EAFD4;
}
.TagClassName
{
border-color: #1EAFD4;
}
</style>