Shades of Summer Sky #1FAAF0
Tints of Summer Sky #1FAAF0
RGB
CMYK
RGB Variations
Color information
#1FAAF0 (or 0x1FAAF0) is known color: Summer Sky. HEX triplet: 1F, AA and F0. RGB value is (31,170,240). Sum of RGB (Red+Green+Blue) = 31+170+240=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FAAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAAF0 is #E0550F. Grayscale: #888888. Windows color (decimal): -14701840 or 15772191. OLE color: 15772191.
HSL color Cylindrical-coordinate representation of color #1FAAF0: hue angle of 200.1º 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 #1FAAF0 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 170 | 240 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.06 |
| HSL | 200.1º | 0.87% | 0.53% | - |
| HSV(B) | 200.1º | 0.87% | 0.94% | - |
| XYZ | 30.67 | 35.33 | 87.64 | - |
| YUV | 136.42 | 186.45 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 240 | 0.87 | 0.29 | 0 | 0.06 | 200.1 | 0.87 | 0.53 |
| Hex | 1F | AA | F0 | 57 | 1D | 0 | 6 | C8 | 57 | 35 |
| Octal | 37 | 252 | 360 | 127 | 35 | 0 | 6 | 310 | 127 | 65 |
| Binary | 11111 | 10101010 | 11110000 | 1010111 | 11101 | 0 | 110 | 11001000 | 1010111 | 110101 |
Color Harmonies of #1FAAF0
Complementary color
Monochromatic Colors of #1FAAF0
Black with #1FAAF0
Text Example
Text Example
White with #1FAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAF0; }
p { color: rgb(31,170,240); }
H1.HeaderClassName
{
color: #1FAAF0;
}
.AnyTagClassName
{
color: #1FAAF0;
}
</style>
background-color css
<style>
a { background-color: #1FAAF0; }
a { background-color: rgb(31,170,240); }
div.DivClassName
{
background-color: #1FAAF0;
}
.BgClassName
{
background-color: #1FAAF0;
}
</style>
border-color css
<style>
span { border-color: #1FAAF0; }
span { border-color: rgb(31,170,240); }
td.TdClassName
{
border-color: #1FAAF0;
}
.TagClassName
{
border-color: #1FAAF0;
}
</style>