Shades of Summer Sky #31BACB
Tints of Summer Sky #31BACB
RGB
CMYK
RGB Variations
Color information
#31BACB (or 0x31BACB) is known color: Summer Sky. HEX triplet: 31, BA and CB. RGB value is (49,186,203). Sum of RGB (Red+Green+Blue) = 49+186+203=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BACB is #CE4534. Grayscale: #929292. Windows color (decimal): -13518133 or 13351473. OLE color: 13351473.
HSL color Cylindrical-coordinate representation of color #31BACB: hue angle of 186.62º 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 #31BACB is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 186 | 203 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.20 |
| HSL | 186.62º | 0.61% | 0.49% | - |
| HSV(B) | 186.62º | 0.76% | 0.8% | - |
| XYZ | 29.61 | 40.08 | 62.68 | - |
| YUV | 146.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 203 | 0.76 | 0.08 | 0 | 0.20 | 186.62 | 0.61 | 0.49 |
| Hex | 31 | BA | CB | 4C | 8 | 0 | 14 | BB | 3D | 31 |
| Octal | 61 | 272 | 313 | 114 | 10 | 0 | 24 | 273 | 75 | 61 |
| Binary | 110001 | 10111010 | 11001011 | 1001100 | 1000 | 0 | 10100 | 10111011 | 111101 | 110001 |
Color Harmonies of #31BACB
Complementary color
Monochromatic Colors of #31BACB
Black with #31BACB
Text Example
Text Example
White with #31BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BACB; }
p { color: rgb(49,186,203); }
H1.HeaderClassName
{
color: #31BACB;
}
.AnyTagClassName
{
color: #31BACB;
}
</style>
background-color css
<style>
a { background-color: #31BACB; }
a { background-color: rgb(49,186,203); }
div.DivClassName
{
background-color: #31BACB;
}
.BgClassName
{
background-color: #31BACB;
}
</style>
border-color css
<style>
span { border-color: #31BACB; }
span { border-color: rgb(49,186,203); }
td.TdClassName
{
border-color: #31BACB;
}
.TagClassName
{
border-color: #31BACB;
}
</style>