Shades of Summer Sky #31C8FC
Tints of Summer Sky #31C8FC
RGB
CMYK
RGB Variations
Color information
#31C8FC (or 0x31C8FC) is known color: Summer Sky. HEX triplet: 31, C8 and FC. RGB value is (49,200,252). Sum of RGB (Red+Green+Blue) = 49+200+252=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #31C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C8FC is #CE3703. Grayscale: #A0A0A0. Windows color (decimal): -13514500 or 16566321. OLE color: 16566321.
HSL color Cylindrical-coordinate representation of color #31C8FC: hue angle of 195.37º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C8FC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 200 | 252 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.01 |
| HSL | 195.37º | 0.97% | 0.59% | - |
| HSV(B) | 195.37º | 0.81% | 0.99% | - |
| XYZ | 39.49 | 48.99 | 99.47 | - |
| YUV | 160.78 | 179.47 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 252 | 0.81 | 0.21 | 0 | 0.01 | 195.37 | 0.97 | 0.59 |
| Hex | 31 | C8 | FC | 51 | 15 | 0 | 1 | C3 | 61 | 3B |
| Octal | 61 | 310 | 374 | 121 | 25 | 0 | 1 | 303 | 141 | 73 |
| Binary | 110001 | 11001000 | 11111100 | 1010001 | 10101 | 0 | 1 | 11000011 | 1100001 | 111011 |
Color Harmonies of #31C8FC
Complementary color
Monochromatic Colors of #31C8FC
Black with #31C8FC
Text Example
Text Example
White with #31C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8FC; }
p { color: rgb(49,200,252); }
H1.HeaderClassName
{
color: #31C8FC;
}
.AnyTagClassName
{
color: #31C8FC;
}
</style>
background-color css
<style>
a { background-color: #31C8FC; }
a { background-color: rgb(49,200,252); }
div.DivClassName
{
background-color: #31C8FC;
}
.BgClassName
{
background-color: #31C8FC;
}
</style>
border-color css
<style>
span { border-color: #31C8FC; }
span { border-color: rgb(49,200,252); }
td.TdClassName
{
border-color: #31C8FC;
}
.TagClassName
{
border-color: #31C8FC;
}
</style>