Shades of Summer Sky #31A8CC
Tints of Summer Sky #31A8CC
RGB
CMYK
RGB Variations
Color information
#31A8CC (or 0x31A8CC) is known color: Summer Sky. HEX triplet: 31, A8 and CC. RGB value is (49,168,204). Sum of RGB (Red+Green+Blue) = 49+168+204=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #31A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8CC is #CE5733. Grayscale: #888888. Windows color (decimal): -13522740 or 13412401. OLE color: 13412401.
HSL color Cylindrical-coordinate representation of color #31A8CC: hue angle of 193.94º 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 #31A8CC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 168 | 204 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.2 |
| HSL | 193.94º | 0.61% | 0.5% | - |
| HSV(B) | 193.94º | 0.76% | 0.8% | - |
| XYZ | 26.17 | 33.02 | 62.12 | - |
| YUV | 136.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 204 | 0.76 | 0.18 | 0 | 0.2 | 193.94 | 0.61 | 0.5 |
| Hex | 31 | A8 | CC | 4C | 12 | 0 | 14 | C2 | 3D | 32 |
| Octal | 61 | 250 | 314 | 114 | 22 | 0 | 24 | 302 | 75 | 62 |
| Binary | 110001 | 10101000 | 11001100 | 1001100 | 10010 | 0 | 10100 | 11000010 | 111101 | 110010 |
Color Harmonies of #31A8CC
Complementary color
Monochromatic Colors of #31A8CC
Black with #31A8CC
Text Example
Text Example
White with #31A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A8CC; }
p { color: rgb(49,168,204); }
H1.HeaderClassName
{
color: #31A8CC;
}
.AnyTagClassName
{
color: #31A8CC;
}
</style>
background-color css
<style>
a { background-color: #31A8CC; }
a { background-color: rgb(49,168,204); }
div.DivClassName
{
background-color: #31A8CC;
}
.BgClassName
{
background-color: #31A8CC;
}
</style>
border-color css
<style>
span { border-color: #31A8CC; }
span { border-color: rgb(49,168,204); }
td.TdClassName
{
border-color: #31A8CC;
}
.TagClassName
{
border-color: #31A8CC;
}
</style>