Shades of Summer Sky #31AAD5
Tints of Summer Sky #31AAD5
RGB
CMYK
RGB Variations
Color information
#31AAD5 (or 0x31AAD5) is known color: Summer Sky. HEX triplet: 31, AA and D5. RGB value is (49,170,213). Sum of RGB (Red+Green+Blue) = 49+170+213=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #31AAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AAD5 is #CE552A. Grayscale: #8A8A8A. Windows color (decimal): -13522219 or 14002737. OLE color: 14002737.
HSL color Cylindrical-coordinate representation of color #31AAD5: hue angle of 195.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31AAD5 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 170 | 213 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.16 |
| HSL | 195.73º | 0.66% | 0.51% | - |
| HSV(B) | 195.73º | 0.77% | 0.84% | - |
| XYZ | 27.65 | 34.21 | 68.1 | - |
| YUV | 138.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 213 | 0.77 | 0.20 | 0 | 0.16 | 195.73 | 0.66 | 0.51 |
| Hex | 31 | AA | D5 | 4D | 14 | 0 | 10 | C4 | 42 | 33 |
| Octal | 61 | 252 | 325 | 115 | 24 | 0 | 20 | 304 | 102 | 63 |
| Binary | 110001 | 10101010 | 11010101 | 1001101 | 10100 | 0 | 10000 | 11000100 | 1000010 | 110011 |
Color Harmonies of #31AAD5
Complementary color
Monochromatic Colors of #31AAD5
Black with #31AAD5
Text Example
Text Example
White with #31AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAD5; }
p { color: rgb(49,170,213); }
H1.HeaderClassName
{
color: #31AAD5;
}
.AnyTagClassName
{
color: #31AAD5;
}
</style>
background-color css
<style>
a { background-color: #31AAD5; }
a { background-color: rgb(49,170,213); }
div.DivClassName
{
background-color: #31AAD5;
}
.BgClassName
{
background-color: #31AAD5;
}
</style>
border-color css
<style>
span { border-color: #31AAD5; }
span { border-color: rgb(49,170,213); }
td.TdClassName
{
border-color: #31AAD5;
}
.TagClassName
{
border-color: #31AAD5;
}
</style>