Shades of Summer Sky #31A3CC
Tints of Summer Sky #31A3CC
RGB
CMYK
RGB Variations
Color information
#31A3CC (or 0x31A3CC) is known color: Summer Sky. HEX triplet: 31, A3 and CC. RGB value is (49,163,204). Sum of RGB (Red+Green+Blue) = 49+163+204=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #31A3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A3CC is #CE5C33. Grayscale: #858585. Windows color (decimal): -13524020 or 13411121. OLE color: 13411121.
HSL color Cylindrical-coordinate representation of color #31A3CC: hue angle of 195.87º 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 #31A3CC is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 163 | 204 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.2 |
| HSL | 195.87º | 0.61% | 0.5% | - |
| HSV(B) | 195.87º | 0.76% | 0.8% | - |
| XYZ | 25.26 | 31.21 | 61.82 | - |
| YUV | 133.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 204 | 0.76 | 0.20 | 0 | 0.2 | 195.87 | 0.61 | 0.5 |
| Hex | 31 | A3 | CC | 4C | 14 | 0 | 14 | C4 | 3D | 32 |
| Octal | 61 | 243 | 314 | 114 | 24 | 0 | 24 | 304 | 75 | 62 |
| Binary | 110001 | 10100011 | 11001100 | 1001100 | 10100 | 0 | 10100 | 11000100 | 111101 | 110010 |
Color Harmonies of #31A3CC
Complementary color
Monochromatic Colors of #31A3CC
Black with #31A3CC
Text Example
Text Example
White with #31A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A3CC; }
p { color: rgb(49,163,204); }
H1.HeaderClassName
{
color: #31A3CC;
}
.AnyTagClassName
{
color: #31A3CC;
}
</style>
background-color css
<style>
a { background-color: #31A3CC; }
a { background-color: rgb(49,163,204); }
div.DivClassName
{
background-color: #31A3CC;
}
.BgClassName
{
background-color: #31A3CC;
}
</style>
border-color css
<style>
span { border-color: #31A3CC; }
span { border-color: rgb(49,163,204); }
td.TdClassName
{
border-color: #31A3CC;
}
.TagClassName
{
border-color: #31A3CC;
}
</style>