Shades of Summer Sky #31B3F8
Tints of Summer Sky #31B3F8
RGB
CMYK
RGB Variations
Color information
#31B3F8 (or 0x31B3F8) is known color: Summer Sky. HEX triplet: 31, B3 and F8. RGB value is (49,179,248). Sum of RGB (Red+Green+Blue) = 49+179+248=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #31B3F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B3F8 is #CE4C07. Grayscale: #939393. Windows color (decimal): -13519880 or 16298801. OLE color: 16298801.
HSL color Cylindrical-coordinate representation of color #31B3F8: hue angle of 200.8º 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 #31B3F8 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 179 | 248 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.03 |
| HSL | 200.8º | 0.93% | 0.58% | - |
| HSV(B) | 200.8º | 0.8% | 0.97% | - |
| XYZ | 34.33 | 39.67 | 94.65 | - |
| YUV | 148 | 184.43 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 248 | 0.80 | 0.28 | 0 | 0.03 | 200.8 | 0.93 | 0.58 |
| Hex | 31 | B3 | F8 | 50 | 1C | 0 | 3 | C9 | 5D | 3A |
| Octal | 61 | 263 | 370 | 120 | 34 | 0 | 3 | 311 | 135 | 72 |
| Binary | 110001 | 10110011 | 11111000 | 1010000 | 11100 | 0 | 11 | 11001001 | 1011101 | 111010 |
Color Harmonies of #31B3F8
Complementary color
Monochromatic Colors of #31B3F8
Black with #31B3F8
Text Example
Text Example
White with #31B3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B3F8; }
p { color: rgb(49,179,248); }
H1.HeaderClassName
{
color: #31B3F8;
}
.AnyTagClassName
{
color: #31B3F8;
}
</style>
background-color css
<style>
a { background-color: #31B3F8; }
a { background-color: rgb(49,179,248); }
div.DivClassName
{
background-color: #31B3F8;
}
.BgClassName
{
background-color: #31B3F8;
}
</style>
border-color css
<style>
span { border-color: #31B3F8; }
span { border-color: rgb(49,179,248); }
td.TdClassName
{
border-color: #31B3F8;
}
.TagClassName
{
border-color: #31B3F8;
}
</style>