Shades of Summer Sky #31AFEC
Tints of Summer Sky #31AFEC
RGB
CMYK
RGB Variations
Color information
#31AFEC (or 0x31AFEC) is known color: Summer Sky. HEX triplet: 31, AF and EC. RGB value is (49,175,236). Sum of RGB (Red+Green+Blue) = 49+175+236=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #31AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AFEC is #CE5013. Grayscale: #8F8F8F. Windows color (decimal): -13520916 or 15511345. OLE color: 15511345.
HSL color Cylindrical-coordinate representation of color #31AFEC: hue angle of 199.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31AFEC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 175 | 236 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.07 |
| HSL | 199.57º | 0.83% | 0.56% | - |
| HSV(B) | 199.57º | 0.79% | 0.93% | - |
| XYZ | 31.74 | 37.37 | 84.9 | - |
| YUV | 144.28 | 179.76 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 236 | 0.79 | 0.26 | 0 | 0.07 | 199.57 | 0.83 | 0.56 |
| Hex | 31 | AF | EC | 4F | 1A | 0 | 7 | C8 | 53 | 38 |
| Octal | 61 | 257 | 354 | 117 | 32 | 0 | 7 | 310 | 123 | 70 |
| Binary | 110001 | 10101111 | 11101100 | 1001111 | 11010 | 0 | 111 | 11001000 | 1010011 | 111000 |
Color Harmonies of #31AFEC
Complementary color
Monochromatic Colors of #31AFEC
Black with #31AFEC
Text Example
Text Example
White with #31AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFEC; }
p { color: rgb(49,175,236); }
H1.HeaderClassName
{
color: #31AFEC;
}
.AnyTagClassName
{
color: #31AFEC;
}
</style>
background-color css
<style>
a { background-color: #31AFEC; }
a { background-color: rgb(49,175,236); }
div.DivClassName
{
background-color: #31AFEC;
}
.BgClassName
{
background-color: #31AFEC;
}
</style>
border-color css
<style>
span { border-color: #31AFEC; }
span { border-color: rgb(49,175,236); }
td.TdClassName
{
border-color: #31AFEC;
}
.TagClassName
{
border-color: #31AFEC;
}
</style>