Shades of Summer Sky #31BBCC
Tints of Summer Sky #31BBCC
RGB
CMYK
RGB Variations
Color information
#31BBCC (or 0x31BBCC) is known color: Summer Sky. HEX triplet: 31, BB and CC. RGB value is (49,187,204). Sum of RGB (Red+Green+Blue) = 49+187+204=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #31BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBCC is #CE4433. Grayscale: #939393. Windows color (decimal): -13517876 or 13417265. OLE color: 13417265.
HSL color Cylindrical-coordinate representation of color #31BBCC: hue angle of 186.58º 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 #31BBCC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 187 | 204 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.2 |
| HSL | 186.58º | 0.61% | 0.5% | - |
| HSV(B) | 186.58º | 0.76% | 0.8% | - |
| XYZ | 29.94 | 40.55 | 63.38 | - |
| YUV | 147.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 204 | 0.76 | 0.08 | 0 | 0.2 | 186.58 | 0.61 | 0.5 |
| Hex | 31 | BB | CC | 4C | 8 | 0 | 14 | BB | 3D | 32 |
| Octal | 61 | 273 | 314 | 114 | 10 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110001 | 10111011 | 11001100 | 1001100 | 1000 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #31BBCC
Complementary color
Monochromatic Colors of #31BBCC
Black with #31BBCC
Text Example
Text Example
White with #31BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBCC; }
p { color: rgb(49,187,204); }
H1.HeaderClassName
{
color: #31BBCC;
}
.AnyTagClassName
{
color: #31BBCC;
}
</style>
background-color css
<style>
a { background-color: #31BBCC; }
a { background-color: rgb(49,187,204); }
div.DivClassName
{
background-color: #31BBCC;
}
.BgClassName
{
background-color: #31BBCC;
}
</style>
border-color css
<style>
span { border-color: #31BBCC; }
span { border-color: rgb(49,187,204); }
td.TdClassName
{
border-color: #31BBCC;
}
.TagClassName
{
border-color: #31BBCC;
}
</style>