Shades of Summer Sky #31C2FC
Tints of Summer Sky #31C2FC
RGB
CMYK
RGB Variations
Color information
#31C2FC (or 0x31C2FC) is known color: Summer Sky. HEX triplet: 31, C2 and FC. RGB value is (49,194,252). Sum of RGB (Red+Green+Blue) = 49+194+252=495 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.90% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #31C2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C2FC is #CE3D03. Grayscale: #9C9C9C. Windows color (decimal): -13516036 or 16564785. OLE color: 16564785.
HSL color Cylindrical-coordinate representation of color #31C2FC: hue angle of 197.14º 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 #31C2FC is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 194 | 252 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.01 |
| HSL | 197.14º | 0.97% | 0.59% | - |
| HSV(B) | 197.14º | 0.81% | 0.99% | - |
| XYZ | 38.13 | 46.26 | 99.02 | - |
| YUV | 157.26 | 181.46 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 252 | 0.81 | 0.23 | 0 | 0.01 | 197.14 | 0.97 | 0.59 |
| Hex | 31 | C2 | FC | 51 | 17 | 0 | 1 | C5 | 61 | 3B |
| Octal | 61 | 302 | 374 | 121 | 27 | 0 | 1 | 305 | 141 | 73 |
| Binary | 110001 | 11000010 | 11111100 | 1010001 | 10111 | 0 | 1 | 11000101 | 1100001 | 111011 |
Color Harmonies of #31C2FC
Complementary color
Monochromatic Colors of #31C2FC
Black with #31C2FC
Text Example
Text Example
White with #31C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C2FC; }
p { color: rgb(49,194,252); }
H1.HeaderClassName
{
color: #31C2FC;
}
.AnyTagClassName
{
color: #31C2FC;
}
</style>
background-color css
<style>
a { background-color: #31C2FC; }
a { background-color: rgb(49,194,252); }
div.DivClassName
{
background-color: #31C2FC;
}
.BgClassName
{
background-color: #31C2FC;
}
</style>
border-color css
<style>
span { border-color: #31C2FC; }
span { border-color: rgb(49,194,252); }
td.TdClassName
{
border-color: #31C2FC;
}
.TagClassName
{
border-color: #31C2FC;
}
</style>