Shades of Summer Sky #31BBE4
Tints of Summer Sky #31BBE4
RGB
CMYK
RGB Variations
Color information
#31BBE4 (or 0x31BBE4) is known color: Summer Sky. HEX triplet: 31, BB and E4. RGB value is (49,187,228). Sum of RGB (Red+Green+Blue) = 49+187+228=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #31BBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBE4 is #CE441B. Grayscale: #969696. Windows color (decimal): -13517852 or 14990129. OLE color: 14990129.
HSL color Cylindrical-coordinate representation of color #31BBE4: hue angle of 193.74º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BBE4 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 187 | 228 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.11 |
| HSL | 193.74º | 0.77% | 0.54% | - |
| HSV(B) | 193.74º | 0.79% | 0.89% | - |
| XYZ | 33.04 | 41.8 | 79.72 | - |
| YUV | 150.41 | 171.78 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 228 | 0.79 | 0.18 | 0 | 0.11 | 193.74 | 0.77 | 0.54 |
| Hex | 31 | BB | E4 | 4F | 12 | 0 | B | C2 | 4D | 36 |
| Octal | 61 | 273 | 344 | 117 | 22 | 0 | 13 | 302 | 115 | 66 |
| Binary | 110001 | 10111011 | 11100100 | 1001111 | 10010 | 0 | 1011 | 11000010 | 1001101 | 110110 |
Color Harmonies of #31BBE4
Complementary color
Monochromatic Colors of #31BBE4
Black with #31BBE4
Text Example
Text Example
White with #31BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBE4; }
p { color: rgb(49,187,228); }
H1.HeaderClassName
{
color: #31BBE4;
}
.AnyTagClassName
{
color: #31BBE4;
}
</style>
background-color css
<style>
a { background-color: #31BBE4; }
a { background-color: rgb(49,187,228); }
div.DivClassName
{
background-color: #31BBE4;
}
.BgClassName
{
background-color: #31BBE4;
}
</style>
border-color css
<style>
span { border-color: #31BBE4; }
span { border-color: rgb(49,187,228); }
td.TdClassName
{
border-color: #31BBE4;
}
.TagClassName
{
border-color: #31BBE4;
}
</style>