Shades of Summer Sky #31ABCE
Tints of Summer Sky #31ABCE
RGB
CMYK
RGB Variations
Color information
#31ABCE (or 0x31ABCE) is known color: Summer Sky. HEX triplet: 31, AB and CE. RGB value is (49,171,206). Sum of RGB (Red+Green+Blue) = 49+171+206=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #31ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABCE is #CE5431. Grayscale: #8A8A8A. Windows color (decimal): -13521970 or 13544241. OLE color: 13544241.
HSL color Cylindrical-coordinate representation of color #31ABCE: hue angle of 193.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31ABCE is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 171 | 206 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.19 |
| HSL | 193.38º | 0.62% | 0.5% | - |
| HSV(B) | 193.38º | 0.76% | 0.81% | - |
| XYZ | 26.97 | 34.24 | 63.58 | - |
| YUV | 138.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 206 | 0.76 | 0.17 | 0 | 0.19 | 193.38 | 0.62 | 0.5 |
| Hex | 31 | AB | CE | 4C | 11 | 0 | 13 | C1 | 3E | 32 |
| Octal | 61 | 253 | 316 | 114 | 21 | 0 | 23 | 301 | 76 | 62 |
| Binary | 110001 | 10101011 | 11001110 | 1001100 | 10001 | 0 | 10011 | 11000001 | 111110 | 110010 |
Color Harmonies of #31ABCE
Complementary color
Monochromatic Colors of #31ABCE
Black with #31ABCE
Text Example
Text Example
White with #31ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABCE; }
p { color: rgb(49,171,206); }
H1.HeaderClassName
{
color: #31ABCE;
}
.AnyTagClassName
{
color: #31ABCE;
}
</style>
background-color css
<style>
a { background-color: #31ABCE; }
a { background-color: rgb(49,171,206); }
div.DivClassName
{
background-color: #31ABCE;
}
.BgClassName
{
background-color: #31ABCE;
}
</style>
border-color css
<style>
span { border-color: #31ABCE; }
span { border-color: rgb(49,171,206); }
td.TdClassName
{
border-color: #31ABCE;
}
.TagClassName
{
border-color: #31ABCE;
}
</style>