Shades of Summer Sky #31AACC
Tints of Summer Sky #31AACC
RGB
CMYK
RGB Variations
Color information
#31AACC (or 0x31AACC) is known color: Summer Sky. HEX triplet: 31, AA and CC. RGB value is (49,170,204). Sum of RGB (Red+Green+Blue) = 49+170+204=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #31AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AACC is #CE5533. Grayscale: #898989. Windows color (decimal): -13522228 or 13412913. OLE color: 13412913.
HSL color Cylindrical-coordinate representation of color #31AACC: hue angle of 193.16º 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 #31AACC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 170 | 204 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.2 |
| HSL | 193.16º | 0.61% | 0.5% | - |
| HSV(B) | 193.16º | 0.76% | 0.8% | - |
| XYZ | 26.54 | 33.76 | 62.24 | - |
| YUV | 137.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 204 | 0.76 | 0.17 | 0 | 0.2 | 193.16 | 0.61 | 0.5 |
| Hex | 31 | AA | CC | 4C | 11 | 0 | 14 | C1 | 3D | 32 |
| Octal | 61 | 252 | 314 | 114 | 21 | 0 | 24 | 301 | 75 | 62 |
| Binary | 110001 | 10101010 | 11001100 | 1001100 | 10001 | 0 | 10100 | 11000001 | 111101 | 110010 |
Color Harmonies of #31AACC
Complementary color
Monochromatic Colors of #31AACC
Black with #31AACC
Text Example
Text Example
White with #31AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AACC; }
p { color: rgb(49,170,204); }
H1.HeaderClassName
{
color: #31AACC;
}
.AnyTagClassName
{
color: #31AACC;
}
</style>
background-color css
<style>
a { background-color: #31AACC; }
a { background-color: rgb(49,170,204); }
div.DivClassName
{
background-color: #31AACC;
}
.BgClassName
{
background-color: #31AACC;
}
</style>
border-color css
<style>
span { border-color: #31AACC; }
span { border-color: rgb(49,170,204); }
td.TdClassName
{
border-color: #31AACC;
}
.TagClassName
{
border-color: #31AACC;
}
</style>