Shades of Summer Sky #31BBF1
Tints of Summer Sky #31BBF1
RGB
CMYK
RGB Variations
Color information
#31BBF1 (or 0x31BBF1) is known color: Summer Sky. HEX triplet: 31, BB and F1. RGB value is (49,187,241). Sum of RGB (Red+Green+Blue) = 49+187+241=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #31BBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBF1 is #CE440E. Grayscale: #979797. Windows color (decimal): -13517839 or 15842097. OLE color: 15842097.
HSL color Cylindrical-coordinate representation of color #31BBF1: hue angle of 196.88º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BBF1 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 187 | 241 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.05 |
| HSL | 196.88º | 0.87% | 0.57% | - |
| HSV(B) | 196.88º | 0.8% | 0.95% | - |
| XYZ | 34.91 | 42.54 | 89.59 | - |
| YUV | 151.89 | 178.28 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 241 | 0.80 | 0.22 | 0 | 0.05 | 196.88 | 0.87 | 0.57 |
| Hex | 31 | BB | F1 | 50 | 16 | 0 | 5 | C5 | 57 | 39 |
| Octal | 61 | 273 | 361 | 120 | 26 | 0 | 5 | 305 | 127 | 71 |
| Binary | 110001 | 10111011 | 11110001 | 1010000 | 10110 | 0 | 101 | 11000101 | 1010111 | 111001 |
Color Harmonies of #31BBF1
Complementary color
Monochromatic Colors of #31BBF1
Black with #31BBF1
Text Example
Text Example
White with #31BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBF1; }
p { color: rgb(49,187,241); }
H1.HeaderClassName
{
color: #31BBF1;
}
.AnyTagClassName
{
color: #31BBF1;
}
</style>
background-color css
<style>
a { background-color: #31BBF1; }
a { background-color: rgb(49,187,241); }
div.DivClassName
{
background-color: #31BBF1;
}
.BgClassName
{
background-color: #31BBF1;
}
</style>
border-color css
<style>
span { border-color: #31BBF1; }
span { border-color: rgb(49,187,241); }
td.TdClassName
{
border-color: #31BBF1;
}
.TagClassName
{
border-color: #31BBF1;
}
</style>