Shades of Summer Sky #1FAACE
Tints of Summer Sky #1FAACE
RGB
CMYK
RGB Variations
Color information
#1FAACE (or 0x1FAACE) is known color: Summer Sky. HEX triplet: 1F, AA and CE. RGB value is (31,170,206). Sum of RGB (Red+Green+Blue) = 31+170+206=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAACE is #E05531. Grayscale: #848484. Windows color (decimal): -14701874 or 13543967. OLE color: 13543967.
HSL color Cylindrical-coordinate representation of color #1FAACE: hue angle of 192.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAACE is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 170 | 206 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.19 |
| HSL | 192.34º | 0.74% | 0.46% | - |
| HSV(B) | 192.34º | 0.85% | 0.81% | - |
| XYZ | 26.08 | 33.5 | 63.48 | - |
| YUV | 132.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 206 | 0.85 | 0.17 | 0 | 0.19 | 192.34 | 0.74 | 0.46 |
| Hex | 1F | AA | CE | 55 | 11 | 0 | 13 | C0 | 4A | 2E |
| Octal | 37 | 252 | 316 | 125 | 21 | 0 | 23 | 300 | 112 | 56 |
| Binary | 11111 | 10101010 | 11001110 | 1010101 | 10001 | 0 | 10011 | 11000000 | 1001010 | 101110 |
Color Harmonies of #1FAACE
Complementary color
Monochromatic Colors of #1FAACE
Black with #1FAACE
Text Example
Text Example
White with #1FAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAACE; }
p { color: rgb(31,170,206); }
H1.HeaderClassName
{
color: #1FAACE;
}
.AnyTagClassName
{
color: #1FAACE;
}
</style>
background-color css
<style>
a { background-color: #1FAACE; }
a { background-color: rgb(31,170,206); }
div.DivClassName
{
background-color: #1FAACE;
}
.BgClassName
{
background-color: #1FAACE;
}
</style>
border-color css
<style>
span { border-color: #1FAACE; }
span { border-color: rgb(31,170,206); }
td.TdClassName
{
border-color: #1FAACE;
}
.TagClassName
{
border-color: #1FAACE;
}
</style>