Shades of Summer Sky #31BACD
Tints of Summer Sky #31BACD
RGB
CMYK
RGB Variations
Color information
#31BACD (or 0x31BACD) is known color: Summer Sky. HEX triplet: 31, BA and CD. RGB value is (49,186,205). Sum of RGB (Red+Green+Blue) = 49+186+205=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #31BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BACD is #CE4532. Grayscale: #929292. Windows color (decimal): -13518131 or 13482545. OLE color: 13482545.
HSL color Cylindrical-coordinate representation of color #31BACD: hue angle of 187.31º 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 #31BACD is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 186 | 205 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.20 |
| HSL | 187.31º | 0.61% | 0.5% | - |
| HSV(B) | 187.31º | 0.76% | 0.8% | - |
| XYZ | 29.84 | 40.18 | 63.94 | - |
| YUV | 147.2 | 160.61 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 205 | 0.76 | 0.09 | 0 | 0.20 | 187.31 | 0.61 | 0.5 |
| Hex | 31 | BA | CD | 4C | 9 | 0 | 14 | BB | 3D | 32 |
| Octal | 61 | 272 | 315 | 114 | 11 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110001 | 10111010 | 11001101 | 1001100 | 1001 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #31BACD
Complementary color
Monochromatic Colors of #31BACD
Black with #31BACD
Text Example
Text Example
White with #31BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BACD; }
p { color: rgb(49,186,205); }
H1.HeaderClassName
{
color: #31BACD;
}
.AnyTagClassName
{
color: #31BACD;
}
</style>
background-color css
<style>
a { background-color: #31BACD; }
a { background-color: rgb(49,186,205); }
div.DivClassName
{
background-color: #31BACD;
}
.BgClassName
{
background-color: #31BACD;
}
</style>
border-color css
<style>
span { border-color: #31BACD; }
span { border-color: rgb(49,186,205); }
td.TdClassName
{
border-color: #31BACD;
}
.TagClassName
{
border-color: #31BACD;
}
</style>