Shades of Summer Sky #1FAEEC
Tints of Summer Sky #1FAEEC
RGB
CMYK
RGB Variations
Color information
#1FAEEC (or 0x1FAEEC) is known color: Summer Sky. HEX triplet: 1F, AE and EC. RGB value is (31,174,236). Sum of RGB (Red+Green+Blue) = 31+174+236=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FAEEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAEEC is #E05113. Grayscale: #898989. Windows color (decimal): -14700820 or 15511071. OLE color: 15511071.
HSL color Cylindrical-coordinate representation of color #1FAEEC: hue angle of 198.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FAEEC is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 174 | 236 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.07 |
| HSL | 198.15º | 0.84% | 0.52% | - |
| HSV(B) | 198.15º | 0.87% | 0.93% | - |
| XYZ | 30.84 | 36.62 | 84.8 | - |
| YUV | 138.31 | 183.12 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 236 | 0.87 | 0.26 | 0 | 0.07 | 198.15 | 0.84 | 0.52 |
| Hex | 1F | AE | EC | 57 | 1A | 0 | 7 | C6 | 54 | 34 |
| Octal | 37 | 256 | 354 | 127 | 32 | 0 | 7 | 306 | 124 | 64 |
| Binary | 11111 | 10101110 | 11101100 | 1010111 | 11010 | 0 | 111 | 11000110 | 1010100 | 110100 |
Color Harmonies of #1FAEEC
Complementary color
Monochromatic Colors of #1FAEEC
Black with #1FAEEC
Text Example
Text Example
White with #1FAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEEC; }
p { color: rgb(31,174,236); }
H1.HeaderClassName
{
color: #1FAEEC;
}
.AnyTagClassName
{
color: #1FAEEC;
}
</style>
background-color css
<style>
a { background-color: #1FAEEC; }
a { background-color: rgb(31,174,236); }
div.DivClassName
{
background-color: #1FAEEC;
}
.BgClassName
{
background-color: #1FAEEC;
}
</style>
border-color css
<style>
span { border-color: #1FAEEC; }
span { border-color: rgb(31,174,236); }
td.TdClassName
{
border-color: #1FAEEC;
}
.TagClassName
{
border-color: #1FAEEC;
}
</style>