Shades of Summer Sky #1FAAE2
Tints of Summer Sky #1FAAE2
RGB
CMYK
RGB Variations
Color information
#1FAAE2 (or 0x1FAAE2) is known color: Summer Sky. HEX triplet: 1F, AA and E2. RGB value is (31,170,226). Sum of RGB (Red+Green+Blue) = 31+170+226=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 226 (88.67% from 255 or 52.93% from 427); Max value from RGB is 226 - color contains mainly: blue. Hex color #1FAAE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAAE2 is #E0551D. Grayscale: #868686. Windows color (decimal): -14701854 or 14854687. OLE color: 14854687.
HSL color Cylindrical-coordinate representation of color #1FAAE2: hue angle of 197.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAAE2 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 170 | 226 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.11 |
| HSL | 197.23º | 0.77% | 0.5% | - |
| HSV(B) | 197.23º | 0.86% | 0.89% | - |
| XYZ | 28.67 | 34.53 | 77.11 | - |
| YUV | 134.82 | 179.45 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 226 | 0.86 | 0.25 | 0 | 0.11 | 197.23 | 0.77 | 0.5 |
| Hex | 1F | AA | E2 | 56 | 19 | 0 | B | C5 | 4D | 32 |
| Octal | 37 | 252 | 342 | 126 | 31 | 0 | 13 | 305 | 115 | 62 |
| Binary | 11111 | 10101010 | 11100010 | 1010110 | 11001 | 0 | 1011 | 11000101 | 1001101 | 110010 |
Color Harmonies of #1FAAE2
Complementary color
Monochromatic Colors of #1FAAE2
Black with #1FAAE2
Text Example
Text Example
White with #1FAAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAE2; }
p { color: rgb(31,170,226); }
H1.HeaderClassName
{
color: #1FAAE2;
}
.AnyTagClassName
{
color: #1FAAE2;
}
</style>
background-color css
<style>
a { background-color: #1FAAE2; }
a { background-color: rgb(31,170,226); }
div.DivClassName
{
background-color: #1FAAE2;
}
.BgClassName
{
background-color: #1FAAE2;
}
</style>
border-color css
<style>
span { border-color: #1FAAE2; }
span { border-color: rgb(31,170,226); }
td.TdClassName
{
border-color: #1FAAE2;
}
.TagClassName
{
border-color: #1FAAE2;
}
</style>