Shades of Summer Sky #31AECC
Tints of Summer Sky #31AECC
RGB
CMYK
RGB Variations
Color information
#31AECC (or 0x31AECC) is known color: Summer Sky. HEX triplet: 31, AE and CC. RGB value is (49,174,204). Sum of RGB (Red+Green+Blue) = 49+174+204=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #31AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AECC is #CE5133. Grayscale: #8B8B8B. Windows color (decimal): -13521204 or 13413937. OLE color: 13413937.
HSL color Cylindrical-coordinate representation of color #31AECC: hue angle of 191.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31AECC is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 174 | 204 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.2 |
| HSL | 191.61º | 0.61% | 0.5% | - |
| HSV(B) | 191.61º | 0.76% | 0.8% | - |
| XYZ | 27.3 | 35.28 | 62.5 | - |
| YUV | 140.05 | 164.09 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 204 | 0.76 | 0.15 | 0 | 0.2 | 191.61 | 0.61 | 0.5 |
| Hex | 31 | AE | CC | 4C | F | 0 | 14 | C0 | 3D | 32 |
| Octal | 61 | 256 | 314 | 114 | 17 | 0 | 24 | 300 | 75 | 62 |
| Binary | 110001 | 10101110 | 11001100 | 1001100 | 1111 | 0 | 10100 | 11000000 | 111101 | 110010 |
Color Harmonies of #31AECC
Complementary color
Monochromatic Colors of #31AECC
Black with #31AECC
Text Example
Text Example
White with #31AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AECC; }
p { color: rgb(49,174,204); }
H1.HeaderClassName
{
color: #31AECC;
}
.AnyTagClassName
{
color: #31AECC;
}
</style>
background-color css
<style>
a { background-color: #31AECC; }
a { background-color: rgb(49,174,204); }
div.DivClassName
{
background-color: #31AECC;
}
.BgClassName
{
background-color: #31AECC;
}
</style>
border-color css
<style>
span { border-color: #31AECC; }
span { border-color: rgb(49,174,204); }
td.TdClassName
{
border-color: #31AECC;
}
.TagClassName
{
border-color: #31AECC;
}
</style>