Shades of Summer Sky #31B2FA
Tints of Summer Sky #31B2FA
RGB
CMYK
RGB Variations
Color information
#31B2FA (or 0x31B2FA) is known color: Summer Sky. HEX triplet: 31, B2 and FA. RGB value is (49,178,250). Sum of RGB (Red+Green+Blue) = 49+178+250=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #31B2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31B2FA is #CE4D05. Grayscale: #939393. Windows color (decimal): -13520134 or 16429617. OLE color: 16429617.
HSL color Cylindrical-coordinate representation of color #31B2FA: hue angle of 201.49º 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 #31B2FA is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 178 | 250 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.02 |
| HSL | 201.49º | 0.95% | 0.59% | - |
| HSV(B) | 201.49º | 0.8% | 0.98% | - |
| XYZ | 34.44 | 39.4 | 96.23 | - |
| YUV | 147.64 | 185.76 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 250 | 0.80 | 0.29 | 0 | 0.02 | 201.49 | 0.95 | 0.59 |
| Hex | 31 | B2 | FA | 50 | 1D | 0 | 2 | C9 | 5F | 3B |
| Octal | 61 | 262 | 372 | 120 | 35 | 0 | 2 | 311 | 137 | 73 |
| Binary | 110001 | 10110010 | 11111010 | 1010000 | 11101 | 0 | 10 | 11001001 | 1011111 | 111011 |
Color Harmonies of #31B2FA
Complementary color
Monochromatic Colors of #31B2FA
Black with #31B2FA
Text Example
Text Example
White with #31B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B2FA; }
p { color: rgb(49,178,250); }
H1.HeaderClassName
{
color: #31B2FA;
}
.AnyTagClassName
{
color: #31B2FA;
}
</style>
background-color css
<style>
a { background-color: #31B2FA; }
a { background-color: rgb(49,178,250); }
div.DivClassName
{
background-color: #31B2FA;
}
.BgClassName
{
background-color: #31B2FA;
}
</style>
border-color css
<style>
span { border-color: #31B2FA; }
span { border-color: rgb(49,178,250); }
td.TdClassName
{
border-color: #31B2FA;
}
.TagClassName
{
border-color: #31B2FA;
}
</style>