Shades of Summer Sky #31BBD0
Tints of Summer Sky #31BBD0
RGB
CMYK
RGB Variations
Color information
#31BBD0 (or 0x31BBD0) is known color: Summer Sky. HEX triplet: 31, BB and D0. RGB value is (49,187,208). Sum of RGB (Red+Green+Blue) = 49+187+208=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #31BBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBD0 is #CE442F. Grayscale: #939393. Windows color (decimal): -13517872 or 13679409. OLE color: 13679409.
HSL color Cylindrical-coordinate representation of color #31BBD0: hue angle of 187.92º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BBD0 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 187 | 208 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.18 |
| HSL | 187.92º | 0.63% | 0.5% | - |
| HSV(B) | 187.92º | 0.76% | 0.82% | - |
| XYZ | 30.42 | 40.75 | 65.94 | - |
| YUV | 148.13 | 161.78 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 208 | 0.76 | 0.10 | 0 | 0.18 | 187.92 | 0.63 | 0.5 |
| Hex | 31 | BB | D0 | 4C | A | 0 | 12 | BC | 3F | 32 |
| Octal | 61 | 273 | 320 | 114 | 12 | 0 | 22 | 274 | 77 | 62 |
| Binary | 110001 | 10111011 | 11010000 | 1001100 | 1010 | 0 | 10010 | 10111100 | 111111 | 110010 |
Color Harmonies of #31BBD0
Complementary color
Monochromatic Colors of #31BBD0
Black with #31BBD0
Text Example
Text Example
White with #31BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBD0; }
p { color: rgb(49,187,208); }
H1.HeaderClassName
{
color: #31BBD0;
}
.AnyTagClassName
{
color: #31BBD0;
}
</style>
background-color css
<style>
a { background-color: #31BBD0; }
a { background-color: rgb(49,187,208); }
div.DivClassName
{
background-color: #31BBD0;
}
.BgClassName
{
background-color: #31BBD0;
}
</style>
border-color css
<style>
span { border-color: #31BBD0; }
span { border-color: rgb(49,187,208); }
td.TdClassName
{
border-color: #31BBD0;
}
.TagClassName
{
border-color: #31BBD0;
}
</style>