Shades of Summer Sky #1FAEE1
Tints of Summer Sky #1FAEE1
RGB
CMYK
RGB Variations
Color information
#1FAEE1 (or 0x1FAEE1) is known color: Summer Sky. HEX triplet: 1F, AE and E1. RGB value is (31,174,225). Sum of RGB (Red+Green+Blue) = 31+174+225=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #1FAEE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEE1 is #E0511E. Grayscale: #888888. Windows color (decimal): -14700831 or 14790175. OLE color: 14790175.
HSL color Cylindrical-coordinate representation of color #1FAEE1: hue angle of 195.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAEE1 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 174 | 225 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.12 |
| HSL | 195.77º | 0.76% | 0.5% | - |
| HSV(B) | 195.77º | 0.86% | 0.88% | - |
| XYZ | 29.29 | 36 | 76.64 | - |
| YUV | 137.06 | 177.62 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 225 | 0.86 | 0.23 | 0 | 0.12 | 195.77 | 0.76 | 0.5 |
| Hex | 1F | AE | E1 | 56 | 17 | 0 | C | C4 | 4C | 32 |
| Octal | 37 | 256 | 341 | 126 | 27 | 0 | 14 | 304 | 114 | 62 |
| Binary | 11111 | 10101110 | 11100001 | 1010110 | 10111 | 0 | 1100 | 11000100 | 1001100 | 110010 |
Color Harmonies of #1FAEE1
Complementary color
Monochromatic Colors of #1FAEE1
Black with #1FAEE1
Text Example
Text Example
White with #1FAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEE1; }
p { color: rgb(31,174,225); }
H1.HeaderClassName
{
color: #1FAEE1;
}
.AnyTagClassName
{
color: #1FAEE1;
}
</style>
background-color css
<style>
a { background-color: #1FAEE1; }
a { background-color: rgb(31,174,225); }
div.DivClassName
{
background-color: #1FAEE1;
}
.BgClassName
{
background-color: #1FAEE1;
}
</style>
border-color css
<style>
span { border-color: #1FAEE1; }
span { border-color: rgb(31,174,225); }
td.TdClassName
{
border-color: #1FAEE1;
}
.TagClassName
{
border-color: #1FAEE1;
}
</style>