Shades of Summer Sky #31BACC
Tints of Summer Sky #31BACC
RGB
CMYK
RGB Variations
Color information
#31BACC (or 0x31BACC) is known color: Summer Sky. HEX triplet: 31, BA and CC. RGB value is (49,186,204). Sum of RGB (Red+Green+Blue) = 49+186+204=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #31BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BACC is #CE4533. Grayscale: #929292. Windows color (decimal): -13518132 or 13417009. OLE color: 13417009.
HSL color Cylindrical-coordinate representation of color #31BACC: hue angle of 186.97º 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 #31BACC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 186 | 204 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.2 |
| HSL | 186.97º | 0.61% | 0.5% | - |
| HSV(B) | 186.97º | 0.76% | 0.8% | - |
| XYZ | 29.72 | 40.13 | 63.31 | - |
| YUV | 147.09 | 160.11 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 204 | 0.76 | 0.09 | 0 | 0.2 | 186.97 | 0.61 | 0.5 |
| Hex | 31 | BA | CC | 4C | 9 | 0 | 14 | BB | 3D | 32 |
| Octal | 61 | 272 | 314 | 114 | 11 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110001 | 10111010 | 11001100 | 1001100 | 1001 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #31BACC
Complementary color
Monochromatic Colors of #31BACC
Black with #31BACC
Text Example
Text Example
White with #31BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BACC; }
p { color: rgb(49,186,204); }
H1.HeaderClassName
{
color: #31BACC;
}
.AnyTagClassName
{
color: #31BACC;
}
</style>
background-color css
<style>
a { background-color: #31BACC; }
a { background-color: rgb(49,186,204); }
div.DivClassName
{
background-color: #31BACC;
}
.BgClassName
{
background-color: #31BACC;
}
</style>
border-color css
<style>
span { border-color: #31BACC; }
span { border-color: rgb(49,186,204); }
td.TdClassName
{
border-color: #31BACC;
}
.TagClassName
{
border-color: #31BACC;
}
</style>