Shades of Summer Sky #31BEE5
Tints of Summer Sky #31BEE5
RGB
CMYK
RGB Variations
Color information
#31BEE5 (or 0x31BEE5) is known color: Summer Sky. HEX triplet: 31, BE and E5. RGB value is (49,190,229). Sum of RGB (Red+Green+Blue) = 49+190+229=468 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.47% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #31BEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEE5 is #CE411A. Grayscale: #979797. Windows color (decimal): -13517083 or 15056433. OLE color: 15056433.
HSL color Cylindrical-coordinate representation of color #31BEE5: hue angle of 193º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BEE5 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 190 | 229 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.10 |
| HSL | 193º | 0.78% | 0.55% | - |
| HSV(B) | 193º | 0.79% | 0.9% | - |
| XYZ | 33.82 | 43.14 | 80.67 | - |
| YUV | 152.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 229 | 0.79 | 0.17 | 0 | 0.10 | 193 | 0.78 | 0.55 |
| Hex | 31 | BE | E5 | 4F | 11 | 0 | A | C1 | 4E | 37 |
| Octal | 61 | 276 | 345 | 117 | 21 | 0 | 12 | 301 | 116 | 67 |
| Binary | 110001 | 10111110 | 11100101 | 1001111 | 10001 | 0 | 1010 | 11000001 | 1001110 | 110111 |
Color Harmonies of #31BEE5
Complementary color
Monochromatic Colors of #31BEE5
Black with #31BEE5
Text Example
Text Example
White with #31BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEE5; }
p { color: rgb(49,190,229); }
H1.HeaderClassName
{
color: #31BEE5;
}
.AnyTagClassName
{
color: #31BEE5;
}
</style>
background-color css
<style>
a { background-color: #31BEE5; }
a { background-color: rgb(49,190,229); }
div.DivClassName
{
background-color: #31BEE5;
}
.BgClassName
{
background-color: #31BEE5;
}
</style>
border-color css
<style>
span { border-color: #31BEE5; }
span { border-color: rgb(49,190,229); }
td.TdClassName
{
border-color: #31BEE5;
}
.TagClassName
{
border-color: #31BEE5;
}
</style>