Shades of Summer Sky #1FAAEF
Tints of Summer Sky #1FAAEF
RGB
CMYK
RGB Variations
Color information
#1FAAEF (or 0x1FAAEF) is known color: Summer Sky. HEX triplet: 1F, AA and EF. RGB value is (31,170,239). Sum of RGB (Red+Green+Blue) = 31+170+239=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAAEF is #E05510. Grayscale: #878787. Windows color (decimal): -14701841 or 15706655. OLE color: 15706655.
HSL color Cylindrical-coordinate representation of color #1FAAEF: hue angle of 199.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FAAEF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 170 | 239 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.06 |
| HSL | 199.9º | 0.87% | 0.53% | - |
| HSV(B) | 199.9º | 0.87% | 0.94% | - |
| XYZ | 30.52 | 35.27 | 86.86 | - |
| YUV | 136.31 | 185.95 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 239 | 0.87 | 0.29 | 0 | 0.06 | 199.9 | 0.87 | 0.53 |
| Hex | 1F | AA | EF | 57 | 1D | 0 | 6 | C8 | 57 | 35 |
| Octal | 37 | 252 | 357 | 127 | 35 | 0 | 6 | 310 | 127 | 65 |
| Binary | 11111 | 10101010 | 11101111 | 1010111 | 11101 | 0 | 110 | 11001000 | 1010111 | 110101 |
Color Harmonies of #1FAAEF
Complementary color
Monochromatic Colors of #1FAAEF
Black with #1FAAEF
Text Example
Text Example
White with #1FAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAEF; }
p { color: rgb(31,170,239); }
H1.HeaderClassName
{
color: #1FAAEF;
}
.AnyTagClassName
{
color: #1FAAEF;
}
</style>
background-color css
<style>
a { background-color: #1FAAEF; }
a { background-color: rgb(31,170,239); }
div.DivClassName
{
background-color: #1FAAEF;
}
.BgClassName
{
background-color: #1FAAEF;
}
</style>
border-color css
<style>
span { border-color: #1FAAEF; }
span { border-color: rgb(31,170,239); }
td.TdClassName
{
border-color: #1FAAEF;
}
.TagClassName
{
border-color: #1FAAEF;
}
</style>