Shades of Summer Sky #31BEFE
Tints of Summer Sky #31BEFE
RGB
CMYK
RGB Variations
Color information
#31BEFE (or 0x31BEFE) is known color: Summer Sky. HEX triplet: 31, BE and FE. RGB value is (49,190,254). Sum of RGB (Red+Green+Blue) = 49+190+254=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #31BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEFE is #CE4101. Grayscale: #9A9A9A. Windows color (decimal): -13517058 or 16694833. OLE color: 16694833.
HSL color Cylindrical-coordinate representation of color #31BEFE: hue angle of 198.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BEFE is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 190 | 254 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.00 |
| HSL | 198.73º | 0.99% | 0.59% | - |
| HSV(B) | 198.73º | 0.81% | 1% | - |
| XYZ | 37.57 | 44.64 | 100.4 | - |
| YUV | 155.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 254 | 0.81 | 0.25 | 0 | 0.00 | 198.73 | 0.99 | 0.59 |
| Hex | 31 | BE | FE | 51 | 19 | 0 | 0 | C7 | 63 | 3B |
| Octal | 61 | 276 | 376 | 121 | 31 | 0 | 0 | 307 | 143 | 73 |
| Binary | 110001 | 10111110 | 11111110 | 1010001 | 11001 | 0 | 0 | 11000111 | 1100011 | 111011 |
Color Harmonies of #31BEFE
Complementary color
Monochromatic Colors of #31BEFE
Black with #31BEFE
Text Example
Text Example
White with #31BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEFE; }
p { color: rgb(49,190,254); }
H1.HeaderClassName
{
color: #31BEFE;
}
.AnyTagClassName
{
color: #31BEFE;
}
</style>
background-color css
<style>
a { background-color: #31BEFE; }
a { background-color: rgb(49,190,254); }
div.DivClassName
{
background-color: #31BEFE;
}
.BgClassName
{
background-color: #31BEFE;
}
</style>
border-color css
<style>
span { border-color: #31BEFE; }
span { border-color: rgb(49,190,254); }
td.TdClassName
{
border-color: #31BEFE;
}
.TagClassName
{
border-color: #31BEFE;
}
</style>