Shades of Summer Sky #31BEF5
Tints of Summer Sky #31BEF5
RGB
CMYK
RGB Variations
Color information
#31BEF5 (or 0x31BEF5) is known color: Summer Sky. HEX triplet: 31, BE and F5. RGB value is (49,190,245). Sum of RGB (Red+Green+Blue) = 49+190+245=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #31BEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEF5 is #CE410A. Grayscale: #999999. Windows color (decimal): -13517067 or 16105009. OLE color: 16105009.
HSL color Cylindrical-coordinate representation of color #31BEF5: hue angle of 196.84º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BEF5 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 190 | 245 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.04 |
| HSL | 196.84º | 0.91% | 0.58% | - |
| HSV(B) | 196.84º | 0.8% | 0.96% | - |
| XYZ | 36.16 | 44.07 | 92.99 | - |
| YUV | 154.11 | 179.29 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 245 | 0.8 | 0.22 | 0 | 0.04 | 196.84 | 0.91 | 0.58 |
| Hex | 31 | BE | F5 | 50 | 16 | 0 | 4 | C5 | 5B | 3A |
| Octal | 61 | 276 | 365 | 120 | 26 | 0 | 4 | 305 | 133 | 72 |
| Binary | 110001 | 10111110 | 11110101 | 1010000 | 10110 | 0 | 100 | 11000101 | 1011011 | 111010 |
Color Harmonies of #31BEF5
Complementary color
Monochromatic Colors of #31BEF5
Black with #31BEF5
Text Example
Text Example
White with #31BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEF5; }
p { color: rgb(49,190,245); }
H1.HeaderClassName
{
color: #31BEF5;
}
.AnyTagClassName
{
color: #31BEF5;
}
</style>
background-color css
<style>
a { background-color: #31BEF5; }
a { background-color: rgb(49,190,245); }
div.DivClassName
{
background-color: #31BEF5;
}
.BgClassName
{
background-color: #31BEF5;
}
</style>
border-color css
<style>
span { border-color: #31BEF5; }
span { border-color: rgb(49,190,245); }
td.TdClassName
{
border-color: #31BEF5;
}
.TagClassName
{
border-color: #31BEF5;
}
</style>