Shades of Summer Sky #31BFF8
Tints of Summer Sky #31BFF8
RGB
CMYK
RGB Variations
Color information
#31BFF8 (or 0x31BFF8) is known color: Summer Sky. HEX triplet: 31, BF and F8. RGB value is (49,191,248). Sum of RGB (Red+Green+Blue) = 49+191+248=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #31BFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BFF8 is #CE4007. Grayscale: #9A9A9A. Windows color (decimal): -13516808 or 16301873. OLE color: 16301873.
HSL color Cylindrical-coordinate representation of color #31BFF8: hue angle of 197.19º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BFF8 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 191 | 248 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.03 |
| HSL | 197.19º | 0.93% | 0.58% | - |
| HSV(B) | 197.19º | 0.8% | 0.97% | - |
| XYZ | 36.84 | 44.69 | 95.49 | - |
| YUV | 155.04 | 180.46 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 248 | 0.80 | 0.23 | 0 | 0.03 | 197.19 | 0.93 | 0.58 |
| Hex | 31 | BF | F8 | 50 | 17 | 0 | 3 | C5 | 5D | 3A |
| Octal | 61 | 277 | 370 | 120 | 27 | 0 | 3 | 305 | 135 | 72 |
| Binary | 110001 | 10111111 | 11111000 | 1010000 | 10111 | 0 | 11 | 11000101 | 1011101 | 111010 |
Color Harmonies of #31BFF8
Complementary color
Monochromatic Colors of #31BFF8
Black with #31BFF8
Text Example
Text Example
White with #31BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFF8; }
p { color: rgb(49,191,248); }
H1.HeaderClassName
{
color: #31BFF8;
}
.AnyTagClassName
{
color: #31BFF8;
}
</style>
background-color css
<style>
a { background-color: #31BFF8; }
a { background-color: rgb(49,191,248); }
div.DivClassName
{
background-color: #31BFF8;
}
.BgClassName
{
background-color: #31BFF8;
}
</style>
border-color css
<style>
span { border-color: #31BFF8; }
span { border-color: rgb(49,191,248); }
td.TdClassName
{
border-color: #31BFF8;
}
.TagClassName
{
border-color: #31BFF8;
}
</style>