Shades of Summer Sky #31B3FA
Tints of Summer Sky #31B3FA
RGB
CMYK
RGB Variations
Color information
#31B3FA (or 0x31B3FA) is known color: Summer Sky. HEX triplet: 31, B3 and FA. RGB value is (49,179,250). Sum of RGB (Red+Green+Blue) = 49+179+250=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #31B3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B3FA is #CE4C05. Grayscale: #939393. Windows color (decimal): -13519878 or 16429873. OLE color: 16429873.
HSL color Cylindrical-coordinate representation of color #31B3FA: hue angle of 201.19º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31B3FA is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 179 | 250 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.02 |
| HSL | 201.19º | 0.95% | 0.59% | - |
| HSV(B) | 201.19º | 0.8% | 0.98% | - |
| XYZ | 34.64 | 39.8 | 96.3 | - |
| YUV | 148.22 | 185.43 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 250 | 0.80 | 0.28 | 0 | 0.02 | 201.19 | 0.95 | 0.59 |
| Hex | 31 | B3 | FA | 50 | 1C | 0 | 2 | C9 | 5F | 3B |
| Octal | 61 | 263 | 372 | 120 | 34 | 0 | 2 | 311 | 137 | 73 |
| Binary | 110001 | 10110011 | 11111010 | 1010000 | 11100 | 0 | 10 | 11001001 | 1011111 | 111011 |
Color Harmonies of #31B3FA
Complementary color
Monochromatic Colors of #31B3FA
Black with #31B3FA
Text Example
Text Example
White with #31B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B3FA; }
p { color: rgb(49,179,250); }
H1.HeaderClassName
{
color: #31B3FA;
}
.AnyTagClassName
{
color: #31B3FA;
}
</style>
background-color css
<style>
a { background-color: #31B3FA; }
a { background-color: rgb(49,179,250); }
div.DivClassName
{
background-color: #31B3FA;
}
.BgClassName
{
background-color: #31B3FA;
}
</style>
border-color css
<style>
span { border-color: #31B3FA; }
span { border-color: rgb(49,179,250); }
td.TdClassName
{
border-color: #31B3FA;
}
.TagClassName
{
border-color: #31B3FA;
}
</style>