Shades of Summer Sky #31BECC
Tints of Summer Sky #31BECC
RGB
CMYK
RGB Variations
Color information
#31BECC (or 0x31BECC) is known color: Summer Sky. HEX triplet: 31, BE and CC. RGB value is (49,190,204). Sum of RGB (Red+Green+Blue) = 49+190+204=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #31BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BECC is #CE4133. Grayscale: #959595. Windows color (decimal): -13517108 or 13418033. OLE color: 13418033.
HSL color Cylindrical-coordinate representation of color #31BECC: hue angle of 185.42º 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 #31BECC is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 190 | 204 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.2 |
| HSL | 185.42º | 0.61% | 0.5% | - |
| HSV(B) | 185.42º | 0.76% | 0.8% | - |
| XYZ | 30.58 | 41.84 | 63.59 | - |
| YUV | 149.44 | 158.79 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 204 | 0.76 | 0.07 | 0 | 0.2 | 185.42 | 0.61 | 0.5 |
| Hex | 31 | BE | CC | 4C | 7 | 0 | 14 | B9 | 3D | 32 |
| Octal | 61 | 276 | 314 | 114 | 7 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110001 | 10111110 | 11001100 | 1001100 | 111 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #31BECC
Complementary color
Monochromatic Colors of #31BECC
Black with #31BECC
Text Example
Text Example
White with #31BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BECC; }
p { color: rgb(49,190,204); }
H1.HeaderClassName
{
color: #31BECC;
}
.AnyTagClassName
{
color: #31BECC;
}
</style>
background-color css
<style>
a { background-color: #31BECC; }
a { background-color: rgb(49,190,204); }
div.DivClassName
{
background-color: #31BECC;
}
.BgClassName
{
background-color: #31BECC;
}
</style>
border-color css
<style>
span { border-color: #31BECC; }
span { border-color: rgb(49,190,204); }
td.TdClassName
{
border-color: #31BECC;
}
.TagClassName
{
border-color: #31BECC;
}
</style>