Shades of Summer Sky #31BAE1
Tints of Summer Sky #31BAE1
RGB
CMYK
RGB Variations
Color information
#31BAE1 (or 0x31BAE1) is known color: Summer Sky. HEX triplet: 31, BA and E1. RGB value is (49,186,225). Sum of RGB (Red+Green+Blue) = 49+186+225=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #31BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BAE1 is #CE451E. Grayscale: #959595. Windows color (decimal): -13518111 or 14793265. OLE color: 14793265.
HSL color Cylindrical-coordinate representation of color #31BAE1: hue angle of 193.3º degrees, saturation: 0.75, 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 #31BAE1 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 186 | 225 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.12 |
| HSL | 193.3º | 0.75% | 0.54% | - |
| HSV(B) | 193.3º | 0.78% | 0.88% | - |
| XYZ | 32.42 | 41.21 | 77.48 | - |
| YUV | 149.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 225 | 0.78 | 0.17 | 0 | 0.12 | 193.3 | 0.75 | 0.54 |
| Hex | 31 | BA | E1 | 4E | 11 | 0 | C | C1 | 4B | 36 |
| Octal | 61 | 272 | 341 | 116 | 21 | 0 | 14 | 301 | 113 | 66 |
| Binary | 110001 | 10111010 | 11100001 | 1001110 | 10001 | 0 | 1100 | 11000001 | 1001011 | 110110 |
Color Harmonies of #31BAE1
Complementary color
Monochromatic Colors of #31BAE1
Black with #31BAE1
Text Example
Text Example
White with #31BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAE1; }
p { color: rgb(49,186,225); }
H1.HeaderClassName
{
color: #31BAE1;
}
.AnyTagClassName
{
color: #31BAE1;
}
</style>
background-color css
<style>
a { background-color: #31BAE1; }
a { background-color: rgb(49,186,225); }
div.DivClassName
{
background-color: #31BAE1;
}
.BgClassName
{
background-color: #31BAE1;
}
</style>
border-color css
<style>
span { border-color: #31BAE1; }
span { border-color: rgb(49,186,225); }
td.TdClassName
{
border-color: #31BAE1;
}
.TagClassName
{
border-color: #31BAE1;
}
</style>