Shades of Summer Sky #31ABCD
Tints of Summer Sky #31ABCD
RGB
CMYK
RGB Variations
Color information
#31ABCD (or 0x31ABCD) is known color: Summer Sky. HEX triplet: 31, AB and CD. RGB value is (49,171,205). Sum of RGB (Red+Green+Blue) = 49+171+205=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #31ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABCD is #CE5432. Grayscale: #8A8A8A. Windows color (decimal): -13521971 or 13478705. OLE color: 13478705.
HSL color Cylindrical-coordinate representation of color #31ABCD: hue angle of 193.08º 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 #31ABCD is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 171 | 205 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.20 |
| HSL | 193.08º | 0.61% | 0.5% | - |
| HSV(B) | 193.08º | 0.76% | 0.8% | - |
| XYZ | 26.85 | 34.19 | 62.94 | - |
| YUV | 138.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 205 | 0.76 | 0.17 | 0 | 0.20 | 193.08 | 0.61 | 0.5 |
| Hex | 31 | AB | CD | 4C | 11 | 0 | 14 | C1 | 3D | 32 |
| Octal | 61 | 253 | 315 | 114 | 21 | 0 | 24 | 301 | 75 | 62 |
| Binary | 110001 | 10101011 | 11001101 | 1001100 | 10001 | 0 | 10100 | 11000001 | 111101 | 110010 |
Color Harmonies of #31ABCD
Complementary color
Monochromatic Colors of #31ABCD
Black with #31ABCD
Text Example
Text Example
White with #31ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABCD; }
p { color: rgb(49,171,205); }
H1.HeaderClassName
{
color: #31ABCD;
}
.AnyTagClassName
{
color: #31ABCD;
}
</style>
background-color css
<style>
a { background-color: #31ABCD; }
a { background-color: rgb(49,171,205); }
div.DivClassName
{
background-color: #31ABCD;
}
.BgClassName
{
background-color: #31ABCD;
}
</style>
border-color css
<style>
span { border-color: #31ABCD; }
span { border-color: rgb(49,171,205); }
td.TdClassName
{
border-color: #31ABCD;
}
.TagClassName
{
border-color: #31ABCD;
}
</style>