Shades of Summer Sky #31AEFF
Tints of Summer Sky #31AEFF
RGB
CMYK
RGB Variations
Color information
#31AEFF (or 0x31AEFF) is known color: Summer Sky. HEX triplet: 31, AE and FF. RGB value is (49,174,255). Sum of RGB (Red+Green+Blue) = 49+174+255=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #31AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AEFF is #CE5100. Grayscale: #919191. Windows color (decimal): -13521153 or 16756273. OLE color: 16756273.
HSL color Cylindrical-coordinate representation of color #31AEFF: hue angle of 203.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31AEFF is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 174 | 255 | - |
| CMYK | 0.81 | 0.32 | 0 | 0 |
| HSL | 203.59º | 1% | 0.6% | - |
| HSV(B) | 203.59º | 0.81% | 1% | - |
| XYZ | 34.45 | 38.15 | 100.15 | - |
| YUV | 145.86 | 189.59 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 255 | 0.81 | 0.32 | 0 | 0 | 203.59 | 1 | 0.6 |
| Hex | 31 | AE | FF | 51 | 20 | 0 | 0 | CC | 64 | 3C |
| Octal | 61 | 256 | 377 | 121 | 40 | 0 | 0 | 314 | 144 | 74 |
| Binary | 110001 | 10101110 | 11111111 | 1010001 | 100000 | 0 | 0 | 11001100 | 1100100 | 111100 |
Color Harmonies of #31AEFF
Complementary color
Monochromatic Colors of #31AEFF
Black with #31AEFF
Text Example
Text Example
White with #31AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AEFF; }
p { color: rgb(49,174,255); }
H1.HeaderClassName
{
color: #31AEFF;
}
.AnyTagClassName
{
color: #31AEFF;
}
</style>
background-color css
<style>
a { background-color: #31AEFF; }
a { background-color: rgb(49,174,255); }
div.DivClassName
{
background-color: #31AEFF;
}
.BgClassName
{
background-color: #31AEFF;
}
</style>
border-color css
<style>
span { border-color: #31AEFF; }
span { border-color: rgb(49,174,255); }
td.TdClassName
{
border-color: #31AEFF;
}
.TagClassName
{
border-color: #31AEFF;
}
</style>