Shades of Summer Sky #31AFE1
Tints of Summer Sky #31AFE1
RGB
CMYK
RGB Variations
Color information
#31AFE1 (or 0x31AFE1) is known color: Summer Sky. HEX triplet: 31, AF and E1. RGB value is (49,175,225). Sum of RGB (Red+Green+Blue) = 49+175+225=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #31AFE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFE1 is #CE501E. Grayscale: #8E8E8E. Windows color (decimal): -13520927 or 14790449. OLE color: 14790449.
HSL color Cylindrical-coordinate representation of color #31AFE1: hue angle of 197.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AFE1 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 175 | 225 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.12 |
| HSL | 197.05º | 0.75% | 0.54% | - |
| HSV(B) | 197.05º | 0.78% | 0.88% | - |
| XYZ | 30.19 | 36.75 | 76.74 | - |
| YUV | 143.03 | 174.26 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 225 | 0.78 | 0.22 | 0 | 0.12 | 197.05 | 0.75 | 0.54 |
| Hex | 31 | AF | E1 | 4E | 16 | 0 | C | C5 | 4B | 36 |
| Octal | 61 | 257 | 341 | 116 | 26 | 0 | 14 | 305 | 113 | 66 |
| Binary | 110001 | 10101111 | 11100001 | 1001110 | 10110 | 0 | 1100 | 11000101 | 1001011 | 110110 |
Color Harmonies of #31AFE1
Complementary color
Monochromatic Colors of #31AFE1
Black with #31AFE1
Text Example
Text Example
White with #31AFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFE1; }
p { color: rgb(49,175,225); }
H1.HeaderClassName
{
color: #31AFE1;
}
.AnyTagClassName
{
color: #31AFE1;
}
</style>
background-color css
<style>
a { background-color: #31AFE1; }
a { background-color: rgb(49,175,225); }
div.DivClassName
{
background-color: #31AFE1;
}
.BgClassName
{
background-color: #31AFE1;
}
</style>
border-color css
<style>
span { border-color: #31AFE1; }
span { border-color: rgb(49,175,225); }
td.TdClassName
{
border-color: #31AFE1;
}
.TagClassName
{
border-color: #31AFE1;
}
</style>