Shades of Summer Sky #31C2FF
Tints of Summer Sky #31C2FF
RGB
CMYK
RGB Variations
Color information
#31C2FF (or 0x31C2FF) is known color: Summer Sky. HEX triplet: 31, C2 and FF. RGB value is (49,194,255). Sum of RGB (Red+Green+Blue) = 49+194+255=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #31C2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C2FF is #CE3D00. Grayscale: #9D9D9D. Windows color (decimal): -13516033 or 16761393. OLE color: 16761393.
HSL color Cylindrical-coordinate representation of color #31C2FF: hue angle of 197.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C2FF is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 194 | 255 | - |
| CMYK | 0.81 | 0.24 | 0 | 0 |
| HSL | 197.77º | 1% | 0.6% | - |
| HSV(B) | 197.77º | 0.81% | 1% | - |
| XYZ | 38.61 | 46.46 | 101.54 | - |
| YUV | 157.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 255 | 0.81 | 0.24 | 0 | 0 | 197.77 | 1 | 0.6 |
| Hex | 31 | C2 | FF | 51 | 18 | 0 | 0 | C6 | 64 | 3C |
| Octal | 61 | 302 | 377 | 121 | 30 | 0 | 0 | 306 | 144 | 74 |
| Binary | 110001 | 11000010 | 11111111 | 1010001 | 11000 | 0 | 0 | 11000110 | 1100100 | 111100 |
Color Harmonies of #31C2FF
Complementary color
Monochromatic Colors of #31C2FF
Black with #31C2FF
Text Example
Text Example
White with #31C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C2FF; }
p { color: rgb(49,194,255); }
H1.HeaderClassName
{
color: #31C2FF;
}
.AnyTagClassName
{
color: #31C2FF;
}
</style>
background-color css
<style>
a { background-color: #31C2FF; }
a { background-color: rgb(49,194,255); }
div.DivClassName
{
background-color: #31C2FF;
}
.BgClassName
{
background-color: #31C2FF;
}
</style>
border-color css
<style>
span { border-color: #31C2FF; }
span { border-color: rgb(49,194,255); }
td.TdClassName
{
border-color: #31C2FF;
}
.TagClassName
{
border-color: #31C2FF;
}
</style>