Shades of Summer Sky #31C0FA
Tints of Summer Sky #31C0FA
RGB
CMYK
RGB Variations
Color information
#31C0FA (or 0x31C0FA) is known color: Summer Sky. HEX triplet: 31, C0 and FA. RGB value is (49,192,250). Sum of RGB (Red+Green+Blue) = 49+192+250=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #31C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C0FA is #CE3F05. Grayscale: #9B9B9B. Windows color (decimal): -13516550 or 16433201. OLE color: 16433201.
HSL color Cylindrical-coordinate representation of color #31C0FA: hue angle of 197.31º 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 #31C0FA is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 192 | 250 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.02 |
| HSL | 197.31º | 0.95% | 0.59% | - |
| HSV(B) | 197.31º | 0.8% | 0.98% | - |
| XYZ | 37.37 | 45.25 | 97.21 | - |
| YUV | 155.86 | 181.12 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 250 | 0.80 | 0.23 | 0 | 0.02 | 197.31 | 0.95 | 0.59 |
| Hex | 31 | C0 | FA | 50 | 17 | 0 | 2 | C5 | 5F | 3B |
| Octal | 61 | 300 | 372 | 120 | 27 | 0 | 2 | 305 | 137 | 73 |
| Binary | 110001 | 11000000 | 11111010 | 1010000 | 10111 | 0 | 10 | 11000101 | 1011111 | 111011 |
Color Harmonies of #31C0FA
Complementary color
Monochromatic Colors of #31C0FA
Black with #31C0FA
Text Example
Text Example
White with #31C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0FA; }
p { color: rgb(49,192,250); }
H1.HeaderClassName
{
color: #31C0FA;
}
.AnyTagClassName
{
color: #31C0FA;
}
</style>
background-color css
<style>
a { background-color: #31C0FA; }
a { background-color: rgb(49,192,250); }
div.DivClassName
{
background-color: #31C0FA;
}
.BgClassName
{
background-color: #31C0FA;
}
</style>
border-color css
<style>
span { border-color: #31C0FA; }
span { border-color: rgb(49,192,250); }
td.TdClassName
{
border-color: #31C0FA;
}
.TagClassName
{
border-color: #31C0FA;
}
</style>