Shades of Summer Sky #31ABCC
Tints of Summer Sky #31ABCC
RGB
CMYK
RGB Variations
Color information
#31ABCC (or 0x31ABCC) is known color: Summer Sky. HEX triplet: 31, AB and CC. RGB value is (49,171,204). Sum of RGB (Red+Green+Blue) = 49+171+204=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #31ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABCC is #CE5433. Grayscale: #8A8A8A. Windows color (decimal): -13521972 or 13413169. OLE color: 13413169.
HSL color Cylindrical-coordinate representation of color #31ABCC: hue angle of 192.77º 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 #31ABCC is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 171 | 204 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.2 |
| HSL | 192.77º | 0.61% | 0.5% | - |
| HSV(B) | 192.77º | 0.76% | 0.8% | - |
| XYZ | 26.73 | 34.14 | 62.31 | - |
| YUV | 138.28 | 165.08 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 204 | 0.76 | 0.16 | 0 | 0.2 | 192.77 | 0.61 | 0.5 |
| Hex | 31 | AB | CC | 4C | 10 | 0 | 14 | C1 | 3D | 32 |
| Octal | 61 | 253 | 314 | 114 | 20 | 0 | 24 | 301 | 75 | 62 |
| Binary | 110001 | 10101011 | 11001100 | 1001100 | 10000 | 0 | 10100 | 11000001 | 111101 | 110010 |
Color Harmonies of #31ABCC
Complementary color
Monochromatic Colors of #31ABCC
Black with #31ABCC
Text Example
Text Example
White with #31ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABCC; }
p { color: rgb(49,171,204); }
H1.HeaderClassName
{
color: #31ABCC;
}
.AnyTagClassName
{
color: #31ABCC;
}
</style>
background-color css
<style>
a { background-color: #31ABCC; }
a { background-color: rgb(49,171,204); }
div.DivClassName
{
background-color: #31ABCC;
}
.BgClassName
{
background-color: #31ABCC;
}
</style>
border-color css
<style>
span { border-color: #31ABCC; }
span { border-color: rgb(49,171,204); }
td.TdClassName
{
border-color: #31ABCC;
}
.TagClassName
{
border-color: #31ABCC;
}
</style>