Shades of Summer Sky #31BEF4
Tints of Summer Sky #31BEF4
RGB
CMYK
RGB Variations
Color information
#31BEF4 (or 0x31BEF4) is known color: Summer Sky. HEX triplet: 31, BE and F4. RGB value is (49,190,244). Sum of RGB (Red+Green+Blue) = 49+190+244=483 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.14% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #31BEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEF4 is #CE410B. Grayscale: #999999. Windows color (decimal): -13517068 or 16039473. OLE color: 16039473.
HSL color Cylindrical-coordinate representation of color #31BEF4: hue angle of 196.62º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BEF4 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 190 | 244 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.04 |
| HSL | 196.62º | 0.9% | 0.57% | - |
| HSV(B) | 196.62º | 0.8% | 0.96% | - |
| XYZ | 36.01 | 44.01 | 92.19 | - |
| YUV | 154 | 178.79 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 244 | 0.80 | 0.22 | 0 | 0.04 | 196.62 | 0.9 | 0.57 |
| Hex | 31 | BE | F4 | 50 | 16 | 0 | 4 | C5 | 5A | 39 |
| Octal | 61 | 276 | 364 | 120 | 26 | 0 | 4 | 305 | 132 | 71 |
| Binary | 110001 | 10111110 | 11110100 | 1010000 | 10110 | 0 | 100 | 11000101 | 1011010 | 111001 |
Color Harmonies of #31BEF4
Complementary color
Monochromatic Colors of #31BEF4
Black with #31BEF4
Text Example
Text Example
White with #31BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEF4; }
p { color: rgb(49,190,244); }
H1.HeaderClassName
{
color: #31BEF4;
}
.AnyTagClassName
{
color: #31BEF4;
}
</style>
background-color css
<style>
a { background-color: #31BEF4; }
a { background-color: rgb(49,190,244); }
div.DivClassName
{
background-color: #31BEF4;
}
.BgClassName
{
background-color: #31BEF4;
}
</style>
border-color css
<style>
span { border-color: #31BEF4; }
span { border-color: rgb(49,190,244); }
td.TdClassName
{
border-color: #31BEF4;
}
.TagClassName
{
border-color: #31BEF4;
}
</style>