Shades of Summer Sky #31BBEC
Tints of Summer Sky #31BBEC
RGB
CMYK
RGB Variations
Color information
#31BBEC (or 0x31BBEC) is known color: Summer Sky. HEX triplet: 31, BB and EC. RGB value is (49,187,236). Sum of RGB (Red+Green+Blue) = 49+187+236=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #31BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBEC is #CE4413. Grayscale: #969696. Windows color (decimal): -13517844 or 15514417. OLE color: 15514417.
HSL color Cylindrical-coordinate representation of color #31BBEC: hue angle of 195.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BBEC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 187 | 236 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.07 |
| HSL | 195.72º | 0.83% | 0.56% | - |
| HSV(B) | 195.72º | 0.79% | 0.93% | - |
| XYZ | 34.18 | 42.25 | 85.71 | - |
| YUV | 151.32 | 175.78 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 236 | 0.79 | 0.21 | 0 | 0.07 | 195.72 | 0.83 | 0.56 |
| Hex | 31 | BB | EC | 4F | 15 | 0 | 7 | C4 | 53 | 38 |
| Octal | 61 | 273 | 354 | 117 | 25 | 0 | 7 | 304 | 123 | 70 |
| Binary | 110001 | 10111011 | 11101100 | 1001111 | 10101 | 0 | 111 | 11000100 | 1010011 | 111000 |
Color Harmonies of #31BBEC
Complementary color
Monochromatic Colors of #31BBEC
Black with #31BBEC
Text Example
Text Example
White with #31BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBEC; }
p { color: rgb(49,187,236); }
H1.HeaderClassName
{
color: #31BBEC;
}
.AnyTagClassName
{
color: #31BBEC;
}
</style>
background-color css
<style>
a { background-color: #31BBEC; }
a { background-color: rgb(49,187,236); }
div.DivClassName
{
background-color: #31BBEC;
}
.BgClassName
{
background-color: #31BBEC;
}
</style>
border-color css
<style>
span { border-color: #31BBEC; }
span { border-color: rgb(49,187,236); }
td.TdClassName
{
border-color: #31BBEC;
}
.TagClassName
{
border-color: #31BBEC;
}
</style>