Shades of Summer Sky #31BDE0
Tints of Summer Sky #31BDE0
RGB
CMYK
RGB Variations
Color information
#31BDE0 (or 0x31BDE0) is known color: Summer Sky. HEX triplet: 31, BD and E0. RGB value is (49,189,224). Sum of RGB (Red+Green+Blue) = 49+189+224=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #31BDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDE0 is #CE421F. Grayscale: #969696. Windows color (decimal): -13517344 or 14728497. OLE color: 14728497.
HSL color Cylindrical-coordinate representation of color #31BDE0: hue angle of 192º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BDE0 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 189 | 224 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.12 |
| HSL | 192º | 0.74% | 0.54% | - |
| HSV(B) | 192º | 0.78% | 0.88% | - |
| XYZ | 32.92 | 42.43 | 76.98 | - |
| YUV | 151.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 224 | 0.78 | 0.16 | 0 | 0.12 | 192 | 0.74 | 0.54 |
| Hex | 31 | BD | E0 | 4E | 10 | 0 | C | C0 | 4A | 36 |
| Octal | 61 | 275 | 340 | 116 | 20 | 0 | 14 | 300 | 112 | 66 |
| Binary | 110001 | 10111101 | 11100000 | 1001110 | 10000 | 0 | 1100 | 11000000 | 1001010 | 110110 |
Color Harmonies of #31BDE0
Complementary color
Monochromatic Colors of #31BDE0
Black with #31BDE0
Text Example
Text Example
White with #31BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDE0; }
p { color: rgb(49,189,224); }
H1.HeaderClassName
{
color: #31BDE0;
}
.AnyTagClassName
{
color: #31BDE0;
}
</style>
background-color css
<style>
a { background-color: #31BDE0; }
a { background-color: rgb(49,189,224); }
div.DivClassName
{
background-color: #31BDE0;
}
.BgClassName
{
background-color: #31BDE0;
}
</style>
border-color css
<style>
span { border-color: #31BDE0; }
span { border-color: rgb(49,189,224); }
td.TdClassName
{
border-color: #31BDE0;
}
.TagClassName
{
border-color: #31BDE0;
}
</style>