Shades of Summer Sky #31A6CC
Tints of Summer Sky #31A6CC
RGB
CMYK
RGB Variations
Color information
#31A6CC (or 0x31A6CC) is known color: Summer Sky. HEX triplet: 31, A6 and CC. RGB value is (49,166,204). Sum of RGB (Red+Green+Blue) = 49+166+204=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #31A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A6CC is #CE5933. Grayscale: #878787. Windows color (decimal): -13523252 or 13411889. OLE color: 13411889.
HSL color Cylindrical-coordinate representation of color #31A6CC: hue angle of 194.71º 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 #31A6CC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 166 | 204 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.2 |
| HSL | 194.71º | 0.61% | 0.5% | - |
| HSV(B) | 194.71º | 0.76% | 0.8% | - |
| XYZ | 25.8 | 32.29 | 62 | - |
| YUV | 135.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 204 | 0.76 | 0.19 | 0 | 0.2 | 194.71 | 0.61 | 0.5 |
| Hex | 31 | A6 | CC | 4C | 13 | 0 | 14 | C3 | 3D | 32 |
| Octal | 61 | 246 | 314 | 114 | 23 | 0 | 24 | 303 | 75 | 62 |
| Binary | 110001 | 10100110 | 11001100 | 1001100 | 10011 | 0 | 10100 | 11000011 | 111101 | 110010 |
Color Harmonies of #31A6CC
Complementary color
Monochromatic Colors of #31A6CC
Black with #31A6CC
Text Example
Text Example
White with #31A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A6CC; }
p { color: rgb(49,166,204); }
H1.HeaderClassName
{
color: #31A6CC;
}
.AnyTagClassName
{
color: #31A6CC;
}
</style>
background-color css
<style>
a { background-color: #31A6CC; }
a { background-color: rgb(49,166,204); }
div.DivClassName
{
background-color: #31A6CC;
}
.BgClassName
{
background-color: #31A6CC;
}
</style>
border-color css
<style>
span { border-color: #31A6CC; }
span { border-color: rgb(49,166,204); }
td.TdClassName
{
border-color: #31A6CC;
}
.TagClassName
{
border-color: #31A6CC;
}
</style>