Shades of Summer Sky #31AACB
Tints of Summer Sky #31AACB
RGB
CMYK
RGB Variations
Color information
#31AACB (or 0x31AACB) is known color: Summer Sky. HEX triplet: 31, AA and CB. RGB value is (49,170,203). Sum of RGB (Red+Green+Blue) = 49+170+203=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #31AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AACB is #CE5534. Grayscale: #898989. Windows color (decimal): -13522229 or 13347377. OLE color: 13347377.
HSL color Cylindrical-coordinate representation of color #31AACB: hue angle of 192.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31AACB is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 170 | 203 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.20 |
| HSL | 192.86º | 0.61% | 0.49% | - |
| HSV(B) | 192.86º | 0.76% | 0.8% | - |
| XYZ | 26.42 | 33.71 | 61.61 | - |
| YUV | 137.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 203 | 0.76 | 0.16 | 0 | 0.20 | 192.86 | 0.61 | 0.49 |
| Hex | 31 | AA | CB | 4C | 10 | 0 | 14 | C1 | 3D | 31 |
| Octal | 61 | 252 | 313 | 114 | 20 | 0 | 24 | 301 | 75 | 61 |
| Binary | 110001 | 10101010 | 11001011 | 1001100 | 10000 | 0 | 10100 | 11000001 | 111101 | 110001 |
Color Harmonies of #31AACB
Complementary color
Monochromatic Colors of #31AACB
Black with #31AACB
Text Example
Text Example
White with #31AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AACB; }
p { color: rgb(49,170,203); }
H1.HeaderClassName
{
color: #31AACB;
}
.AnyTagClassName
{
color: #31AACB;
}
</style>
background-color css
<style>
a { background-color: #31AACB; }
a { background-color: rgb(49,170,203); }
div.DivClassName
{
background-color: #31AACB;
}
.BgClassName
{
background-color: #31AACB;
}
</style>
border-color css
<style>
span { border-color: #31AACB; }
span { border-color: rgb(49,170,203); }
td.TdClassName
{
border-color: #31AACB;
}
.TagClassName
{
border-color: #31AACB;
}
</style>