Shades of Summer Sky #31BCCE
Tints of Summer Sky #31BCCE
RGB
CMYK
RGB Variations
Color information
#31BCCE (or 0x31BCCE) is known color: Summer Sky. HEX triplet: 31, BC and CE. RGB value is (49,188,206). Sum of RGB (Red+Green+Blue) = 49+188+206=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #31BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCCE is #CE4331. Grayscale: #949494. Windows color (decimal): -13517618 or 13548593. OLE color: 13548593.
HSL color Cylindrical-coordinate representation of color #31BCCE: hue angle of 186.88º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BCCE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 188 | 206 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.19 |
| HSL | 186.88º | 0.62% | 0.5% | - |
| HSV(B) | 186.88º | 0.76% | 0.81% | - |
| XYZ | 30.39 | 41.08 | 64.72 | - |
| YUV | 148.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 206 | 0.76 | 0.09 | 0 | 0.19 | 186.88 | 0.62 | 0.5 |
| Hex | 31 | BC | CE | 4C | 9 | 0 | 13 | BB | 3E | 32 |
| Octal | 61 | 274 | 316 | 114 | 11 | 0 | 23 | 273 | 76 | 62 |
| Binary | 110001 | 10111100 | 11001110 | 1001100 | 1001 | 0 | 10011 | 10111011 | 111110 | 110010 |
Color Harmonies of #31BCCE
Complementary color
Monochromatic Colors of #31BCCE
Black with #31BCCE
Text Example
Text Example
White with #31BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCCE; }
p { color: rgb(49,188,206); }
H1.HeaderClassName
{
color: #31BCCE;
}
.AnyTagClassName
{
color: #31BCCE;
}
</style>
background-color css
<style>
a { background-color: #31BCCE; }
a { background-color: rgb(49,188,206); }
div.DivClassName
{
background-color: #31BCCE;
}
.BgClassName
{
background-color: #31BCCE;
}
</style>
border-color css
<style>
span { border-color: #31BCCE; }
span { border-color: rgb(49,188,206); }
td.TdClassName
{
border-color: #31BCCE;
}
.TagClassName
{
border-color: #31BCCE;
}
</style>