Shades of Summer Sky #31BEFD
Tints of Summer Sky #31BEFD
RGB
CMYK
RGB Variations
Color information
#31BEFD (or 0x31BEFD) is known color: Summer Sky. HEX triplet: 31, BE and FD. RGB value is (49,190,253). Sum of RGB (Red+Green+Blue) = 49+190+253=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #31BEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEFD is #CE4102. Grayscale: #9A9A9A. Windows color (decimal): -13517059 or 16629297. OLE color: 16629297.
HSL color Cylindrical-coordinate representation of color #31BEFD: hue angle of 198.53º degrees, saturation: 0.98, 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 #31BEFD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 190 | 253 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.01 |
| HSL | 198.53º | 0.98% | 0.59% | - |
| HSV(B) | 198.53º | 0.81% | 0.99% | - |
| XYZ | 37.41 | 44.57 | 99.56 | - |
| YUV | 155.02 | 183.29 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 253 | 0.81 | 0.25 | 0 | 0.01 | 198.53 | 0.98 | 0.59 |
| Hex | 31 | BE | FD | 51 | 19 | 0 | 1 | C7 | 62 | 3B |
| Octal | 61 | 276 | 375 | 121 | 31 | 0 | 1 | 307 | 142 | 73 |
| Binary | 110001 | 10111110 | 11111101 | 1010001 | 11001 | 0 | 1 | 11000111 | 1100010 | 111011 |
Color Harmonies of #31BEFD
Complementary color
Monochromatic Colors of #31BEFD
Black with #31BEFD
Text Example
Text Example
White with #31BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEFD; }
p { color: rgb(49,190,253); }
H1.HeaderClassName
{
color: #31BEFD;
}
.AnyTagClassName
{
color: #31BEFD;
}
</style>
background-color css
<style>
a { background-color: #31BEFD; }
a { background-color: rgb(49,190,253); }
div.DivClassName
{
background-color: #31BEFD;
}
.BgClassName
{
background-color: #31BEFD;
}
</style>
border-color css
<style>
span { border-color: #31BEFD; }
span { border-color: rgb(49,190,253); }
td.TdClassName
{
border-color: #31BEFD;
}
.TagClassName
{
border-color: #31BEFD;
}
</style>