Shades of Summer Sky #31C0FB
Tints of Summer Sky #31C0FB
RGB
CMYK
RGB Variations
Color information
#31C0FB (or 0x31C0FB) is known color: Summer Sky. HEX triplet: 31, C0 and FB. RGB value is (49,192,251). Sum of RGB (Red+Green+Blue) = 49+192+251=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #31C0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C0FB is #CE3F04. Grayscale: #9B9B9B. Windows color (decimal): -13516549 or 16498737. OLE color: 16498737.
HSL color Cylindrical-coordinate representation of color #31C0FB: hue angle of 197.52º 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 #31C0FB is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 192 | 251 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.02 |
| HSL | 197.52º | 0.96% | 0.59% | - |
| HSV(B) | 197.52º | 0.8% | 0.98% | - |
| XYZ | 37.53 | 45.32 | 98.04 | - |
| YUV | 155.97 | 181.62 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 251 | 0.80 | 0.24 | 0 | 0.02 | 197.52 | 0.96 | 0.59 |
| Hex | 31 | C0 | FB | 50 | 18 | 0 | 2 | C6 | 60 | 3B |
| Octal | 61 | 300 | 373 | 120 | 30 | 0 | 2 | 306 | 140 | 73 |
| Binary | 110001 | 11000000 | 11111011 | 1010000 | 11000 | 0 | 10 | 11000110 | 1100000 | 111011 |
Color Harmonies of #31C0FB
Complementary color
Monochromatic Colors of #31C0FB
Black with #31C0FB
Text Example
Text Example
White with #31C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0FB; }
p { color: rgb(49,192,251); }
H1.HeaderClassName
{
color: #31C0FB;
}
.AnyTagClassName
{
color: #31C0FB;
}
</style>
background-color css
<style>
a { background-color: #31C0FB; }
a { background-color: rgb(49,192,251); }
div.DivClassName
{
background-color: #31C0FB;
}
.BgClassName
{
background-color: #31C0FB;
}
</style>
border-color css
<style>
span { border-color: #31C0FB; }
span { border-color: rgb(49,192,251); }
td.TdClassName
{
border-color: #31C0FB;
}
.TagClassName
{
border-color: #31C0FB;
}
</style>