Shades of Summer Sky #31A7CC
Tints of Summer Sky #31A7CC
RGB
CMYK
RGB Variations
Color information
#31A7CC (or 0x31A7CC) is known color: Summer Sky. HEX triplet: 31, A7 and CC. RGB value is (49,167,204). Sum of RGB (Red+Green+Blue) = 49+167+204=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #31A7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A7CC is #CE5833. Grayscale: #878787. Windows color (decimal): -13522996 or 13412145. OLE color: 13412145.
HSL color Cylindrical-coordinate representation of color #31A7CC: hue angle of 194.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A7CC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 167 | 204 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.2 |
| HSL | 194.32º | 0.61% | 0.5% | - |
| HSV(B) | 194.32º | 0.76% | 0.8% | - |
| XYZ | 25.98 | 32.65 | 62.06 | - |
| YUV | 135.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 204 | 0.76 | 0.18 | 0 | 0.2 | 194.32 | 0.61 | 0.5 |
| Hex | 31 | A7 | CC | 4C | 12 | 0 | 14 | C2 | 3D | 32 |
| Octal | 61 | 247 | 314 | 114 | 22 | 0 | 24 | 302 | 75 | 62 |
| Binary | 110001 | 10100111 | 11001100 | 1001100 | 10010 | 0 | 10100 | 11000010 | 111101 | 110010 |
Color Harmonies of #31A7CC
Complementary color
Monochromatic Colors of #31A7CC
Black with #31A7CC
Text Example
Text Example
White with #31A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A7CC; }
p { color: rgb(49,167,204); }
H1.HeaderClassName
{
color: #31A7CC;
}
.AnyTagClassName
{
color: #31A7CC;
}
</style>
background-color css
<style>
a { background-color: #31A7CC; }
a { background-color: rgb(49,167,204); }
div.DivClassName
{
background-color: #31A7CC;
}
.BgClassName
{
background-color: #31A7CC;
}
</style>
border-color css
<style>
span { border-color: #31A7CC; }
span { border-color: rgb(49,167,204); }
td.TdClassName
{
border-color: #31A7CC;
}
.TagClassName
{
border-color: #31A7CC;
}
</style>