Shades of Summer Sky #31BBDC
Tints of Summer Sky #31BBDC
RGB
CMYK
RGB Variations
Color information
#31BBDC (or 0x31BBDC) is known color: Summer Sky. HEX triplet: 31, BB and DC. RGB value is (49,187,220). Sum of RGB (Red+Green+Blue) = 49+187+220=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #31BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBDC is #CE4423. Grayscale: #959595. Windows color (decimal): -13517860 or 14465841. OLE color: 14465841.
HSL color Cylindrical-coordinate representation of color #31BBDC: hue angle of 191.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BBDC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 187 | 220 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.14 |
| HSL | 191.58º | 0.71% | 0.53% | - |
| HSV(B) | 191.58º | 0.78% | 0.86% | - |
| XYZ | 31.96 | 41.36 | 74.01 | - |
| YUV | 149.5 | 167.78 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 220 | 0.78 | 0.15 | 0 | 0.14 | 191.58 | 0.71 | 0.53 |
| Hex | 31 | BB | DC | 4E | F | 0 | E | C0 | 47 | 35 |
| Octal | 61 | 273 | 334 | 116 | 17 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110001 | 10111011 | 11011100 | 1001110 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #31BBDC
Complementary color
Monochromatic Colors of #31BBDC
Black with #31BBDC
Text Example
Text Example
White with #31BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBDC; }
p { color: rgb(49,187,220); }
H1.HeaderClassName
{
color: #31BBDC;
}
.AnyTagClassName
{
color: #31BBDC;
}
</style>
background-color css
<style>
a { background-color: #31BBDC; }
a { background-color: rgb(49,187,220); }
div.DivClassName
{
background-color: #31BBDC;
}
.BgClassName
{
background-color: #31BBDC;
}
</style>
border-color css
<style>
span { border-color: #31BBDC; }
span { border-color: rgb(49,187,220); }
td.TdClassName
{
border-color: #31BBDC;
}
.TagClassName
{
border-color: #31BBDC;
}
</style>