Shades of Summer Sky #31BEFC
Tints of Summer Sky #31BEFC
RGB
CMYK
RGB Variations
Color information
#31BEFC (or 0x31BEFC) is known color: Summer Sky. HEX triplet: 31, BE and FC. RGB value is (49,190,252). Sum of RGB (Red+Green+Blue) = 49+190+252=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #31BEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEFC is #CE4103. Grayscale: #9A9A9A. Windows color (decimal): -13517060 or 16563761. OLE color: 16563761.
HSL color Cylindrical-coordinate representation of color #31BEFC: hue angle of 198.33º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BEFC is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 190 | 252 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.01 |
| HSL | 198.33º | 0.97% | 0.59% | - |
| HSV(B) | 198.33º | 0.81% | 0.99% | - |
| XYZ | 37.25 | 44.51 | 98.72 | - |
| YUV | 154.91 | 182.79 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 252 | 0.81 | 0.25 | 0 | 0.01 | 198.33 | 0.97 | 0.59 |
| Hex | 31 | BE | FC | 51 | 19 | 0 | 1 | C6 | 61 | 3B |
| Octal | 61 | 276 | 374 | 121 | 31 | 0 | 1 | 306 | 141 | 73 |
| Binary | 110001 | 10111110 | 11111100 | 1010001 | 11001 | 0 | 1 | 11000110 | 1100001 | 111011 |
Color Harmonies of #31BEFC
Complementary color
Monochromatic Colors of #31BEFC
Black with #31BEFC
Text Example
Text Example
White with #31BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEFC; }
p { color: rgb(49,190,252); }
H1.HeaderClassName
{
color: #31BEFC;
}
.AnyTagClassName
{
color: #31BEFC;
}
</style>
background-color css
<style>
a { background-color: #31BEFC; }
a { background-color: rgb(49,190,252); }
div.DivClassName
{
background-color: #31BEFC;
}
.BgClassName
{
background-color: #31BEFC;
}
</style>
border-color css
<style>
span { border-color: #31BEFC; }
span { border-color: rgb(49,190,252); }
td.TdClassName
{
border-color: #31BEFC;
}
.TagClassName
{
border-color: #31BEFC;
}
</style>