Shades of Summer Sky #31C5FB
Tints of Summer Sky #31C5FB
RGB
CMYK
RGB Variations
Color information
#31C5FB (or 0x31C5FB) is known color: Summer Sky. HEX triplet: 31, C5 and FB. RGB value is (49,197,251). Sum of RGB (Red+Green+Blue) = 49+197+251=497 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.86% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #31C5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C5FB is #CE3A04. Grayscale: #9E9E9E. Windows color (decimal): -13515269 or 16500017. OLE color: 16500017.
HSL color Cylindrical-coordinate representation of color #31C5FB: hue angle of 196.04º degrees, saturation: 0.96, 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 #31C5FB is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 197 | 251 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.02 |
| HSL | 196.04º | 0.96% | 0.59% | - |
| HSV(B) | 196.04º | 0.8% | 0.98% | - |
| XYZ | 38.65 | 47.55 | 98.41 | - |
| YUV | 158.9 | 179.97 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 251 | 0.80 | 0.22 | 0 | 0.02 | 196.04 | 0.96 | 0.59 |
| Hex | 31 | C5 | FB | 50 | 16 | 0 | 2 | C4 | 60 | 3B |
| Octal | 61 | 305 | 373 | 120 | 26 | 0 | 2 | 304 | 140 | 73 |
| Binary | 110001 | 11000101 | 11111011 | 1010000 | 10110 | 0 | 10 | 11000100 | 1100000 | 111011 |
Color Harmonies of #31C5FB
Complementary color
Monochromatic Colors of #31C5FB
Black with #31C5FB
Text Example
Text Example
White with #31C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C5FB; }
p { color: rgb(49,197,251); }
H1.HeaderClassName
{
color: #31C5FB;
}
.AnyTagClassName
{
color: #31C5FB;
}
</style>
background-color css
<style>
a { background-color: #31C5FB; }
a { background-color: rgb(49,197,251); }
div.DivClassName
{
background-color: #31C5FB;
}
.BgClassName
{
background-color: #31C5FB;
}
</style>
border-color css
<style>
span { border-color: #31C5FB; }
span { border-color: rgb(49,197,251); }
td.TdClassName
{
border-color: #31C5FB;
}
.TagClassName
{
border-color: #31C5FB;
}
</style>