Shades of Summer Sky #31C6FB
Tints of Summer Sky #31C6FB
RGB
CMYK
RGB Variations
Color information
#31C6FB (or 0x31C6FB) is known color: Summer Sky. HEX triplet: 31, C6 and FB. RGB value is (49,198,251). Sum of RGB (Red+Green+Blue) = 49+198+251=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #31C6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C6FB is #CE3904. Grayscale: #9F9F9F. Windows color (decimal): -13515013 or 16500273. OLE color: 16500273.
HSL color Cylindrical-coordinate representation of color #31C6FB: hue angle of 195.74º 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 #31C6FB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 198 | 251 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.02 |
| HSL | 195.74º | 0.96% | 0.59% | - |
| HSV(B) | 195.74º | 0.8% | 0.98% | - |
| XYZ | 38.87 | 48.01 | 98.48 | - |
| YUV | 159.49 | 179.64 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 251 | 0.80 | 0.21 | 0 | 0.02 | 195.74 | 0.96 | 0.59 |
| Hex | 31 | C6 | FB | 50 | 15 | 0 | 2 | C4 | 60 | 3B |
| Octal | 61 | 306 | 373 | 120 | 25 | 0 | 2 | 304 | 140 | 73 |
| Binary | 110001 | 11000110 | 11111011 | 1010000 | 10101 | 0 | 10 | 11000100 | 1100000 | 111011 |
Color Harmonies of #31C6FB
Complementary color
Monochromatic Colors of #31C6FB
Black with #31C6FB
Text Example
Text Example
White with #31C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C6FB; }
p { color: rgb(49,198,251); }
H1.HeaderClassName
{
color: #31C6FB;
}
.AnyTagClassName
{
color: #31C6FB;
}
</style>
background-color css
<style>
a { background-color: #31C6FB; }
a { background-color: rgb(49,198,251); }
div.DivClassName
{
background-color: #31C6FB;
}
.BgClassName
{
background-color: #31C6FB;
}
</style>
border-color css
<style>
span { border-color: #31C6FB; }
span { border-color: rgb(49,198,251); }
td.TdClassName
{
border-color: #31C6FB;
}
.TagClassName
{
border-color: #31C6FB;
}
</style>