Shades of Summer Sky #31AAF4
Tints of Summer Sky #31AAF4
RGB
CMYK
RGB Variations
Color information
#31AAF4 (or 0x31AAF4) is known color: Summer Sky. HEX triplet: 31, AA and F4. RGB value is (49,170,244). Sum of RGB (Red+Green+Blue) = 49+170+244=463 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.58% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #31AAF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AAF4 is #CE550B. Grayscale: #8D8D8D. Windows color (decimal): -13522188 or 16034353. OLE color: 16034353.
HSL color Cylindrical-coordinate representation of color #31AAF4: hue angle of 202.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31AAF4 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 170 | 244 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.04 |
| HSL | 202.77º | 0.9% | 0.57% | - |
| HSV(B) | 202.77º | 0.8% | 0.96% | - |
| XYZ | 31.97 | 35.93 | 90.84 | - |
| YUV | 142.26 | 185.41 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 244 | 0.80 | 0.30 | 0 | 0.04 | 202.77 | 0.9 | 0.57 |
| Hex | 31 | AA | F4 | 50 | 1E | 0 | 4 | CB | 5A | 39 |
| Octal | 61 | 252 | 364 | 120 | 36 | 0 | 4 | 313 | 132 | 71 |
| Binary | 110001 | 10101010 | 11110100 | 1010000 | 11110 | 0 | 100 | 11001011 | 1011010 | 111001 |
Color Harmonies of #31AAF4
Complementary color
Monochromatic Colors of #31AAF4
Black with #31AAF4
Text Example
Text Example
White with #31AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAF4; }
p { color: rgb(49,170,244); }
H1.HeaderClassName
{
color: #31AAF4;
}
.AnyTagClassName
{
color: #31AAF4;
}
</style>
background-color css
<style>
a { background-color: #31AAF4; }
a { background-color: rgb(49,170,244); }
div.DivClassName
{
background-color: #31AAF4;
}
.BgClassName
{
background-color: #31AAF4;
}
</style>
border-color css
<style>
span { border-color: #31AAF4; }
span { border-color: rgb(49,170,244); }
td.TdClassName
{
border-color: #31AAF4;
}
.TagClassName
{
border-color: #31AAF4;
}
</style>