Shades of Summer Sky #31BCD5
Tints of Summer Sky #31BCD5
RGB
CMYK
RGB Variations
Color information
#31BCD5 (or 0x31BCD5) is known color: Summer Sky. HEX triplet: 31, BC and D5. RGB value is (49,188,213). Sum of RGB (Red+Green+Blue) = 49+188+213=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #31BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCD5 is #CE432A. Grayscale: #959595. Windows color (decimal): -13517611 or 14007345. OLE color: 14007345.
HSL color Cylindrical-coordinate representation of color #31BCD5: hue angle of 189.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BCD5 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 188 | 213 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.16 |
| HSL | 189.15º | 0.66% | 0.51% | - |
| HSV(B) | 189.15º | 0.77% | 0.84% | - |
| XYZ | 31.26 | 41.42 | 69.3 | - |
| YUV | 149.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 213 | 0.77 | 0.12 | 0 | 0.16 | 189.15 | 0.66 | 0.51 |
| Hex | 31 | BC | D5 | 4D | C | 0 | 10 | BD | 42 | 33 |
| Octal | 61 | 274 | 325 | 115 | 14 | 0 | 20 | 275 | 102 | 63 |
| Binary | 110001 | 10111100 | 11010101 | 1001101 | 1100 | 0 | 10000 | 10111101 | 1000010 | 110011 |
Color Harmonies of #31BCD5
Complementary color
Monochromatic Colors of #31BCD5
Black with #31BCD5
Text Example
Text Example
White with #31BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCD5; }
p { color: rgb(49,188,213); }
H1.HeaderClassName
{
color: #31BCD5;
}
.AnyTagClassName
{
color: #31BCD5;
}
</style>
background-color css
<style>
a { background-color: #31BCD5; }
a { background-color: rgb(49,188,213); }
div.DivClassName
{
background-color: #31BCD5;
}
.BgClassName
{
background-color: #31BCD5;
}
</style>
border-color css
<style>
span { border-color: #31BCD5; }
span { border-color: rgb(49,188,213); }
td.TdClassName
{
border-color: #31BCD5;
}
.TagClassName
{
border-color: #31BCD5;
}
</style>