Shades of Summer Sky #31BCCB
Tints of Summer Sky #31BCCB
RGB
CMYK
RGB Variations
Color information
#31BCCB (or 0x31BCCB) is known color: Summer Sky. HEX triplet: 31, BC and CB. RGB value is (49,188,203). Sum of RGB (Red+Green+Blue) = 49+188+203=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCCB is #CE4334. Grayscale: #939393. Windows color (decimal): -13517621 or 13351985. OLE color: 13351985.
HSL color Cylindrical-coordinate representation of color #31BCCB: hue angle of 185.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BCCB is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 188 | 203 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.20 |
| HSL | 185.84º | 0.61% | 0.49% | - |
| HSV(B) | 185.84º | 0.76% | 0.8% | - |
| XYZ | 30.03 | 40.93 | 62.82 | - |
| YUV | 148.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 203 | 0.76 | 0.07 | 0 | 0.20 | 185.84 | 0.61 | 0.49 |
| Hex | 31 | BC | CB | 4C | 7 | 0 | 14 | BA | 3D | 31 |
| Octal | 61 | 274 | 313 | 114 | 7 | 0 | 24 | 272 | 75 | 61 |
| Binary | 110001 | 10111100 | 11001011 | 1001100 | 111 | 0 | 10100 | 10111010 | 111101 | 110001 |
Color Harmonies of #31BCCB
Complementary color
Monochromatic Colors of #31BCCB
Black with #31BCCB
Text Example
Text Example
White with #31BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCCB; }
p { color: rgb(49,188,203); }
H1.HeaderClassName
{
color: #31BCCB;
}
.AnyTagClassName
{
color: #31BCCB;
}
</style>
background-color css
<style>
a { background-color: #31BCCB; }
a { background-color: rgb(49,188,203); }
div.DivClassName
{
background-color: #31BCCB;
}
.BgClassName
{
background-color: #31BCCB;
}
</style>
border-color css
<style>
span { border-color: #31BCCB; }
span { border-color: rgb(49,188,203); }
td.TdClassName
{
border-color: #31BCCB;
}
.TagClassName
{
border-color: #31BCCB;
}
</style>