Shades of Summer Sky #31ACD5
Tints of Summer Sky #31ACD5
RGB
CMYK
RGB Variations
Color information
#31ACD5 (or 0x31ACD5) is known color: Summer Sky. HEX triplet: 31, AC and D5. RGB value is (49,172,213). Sum of RGB (Red+Green+Blue) = 49+172+213=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #31ACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACD5 is #CE532A. Grayscale: #8B8B8B. Windows color (decimal): -13521707 or 14003249. OLE color: 14003249.
HSL color Cylindrical-coordinate representation of color #31ACD5: hue angle of 195º 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 #31ACD5 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 172 | 213 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.16 |
| HSL | 195º | 0.66% | 0.51% | - |
| HSV(B) | 195º | 0.77% | 0.84% | - |
| XYZ | 28.03 | 34.96 | 68.22 | - |
| YUV | 139.9 | 169.25 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 213 | 0.77 | 0.19 | 0 | 0.16 | 195 | 0.66 | 0.51 |
| Hex | 31 | AC | D5 | 4D | 13 | 0 | 10 | C3 | 42 | 33 |
| Octal | 61 | 254 | 325 | 115 | 23 | 0 | 20 | 303 | 102 | 63 |
| Binary | 110001 | 10101100 | 11010101 | 1001101 | 10011 | 0 | 10000 | 11000011 | 1000010 | 110011 |
Color Harmonies of #31ACD5
Complementary color
Monochromatic Colors of #31ACD5
Black with #31ACD5
Text Example
Text Example
White with #31ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACD5; }
p { color: rgb(49,172,213); }
H1.HeaderClassName
{
color: #31ACD5;
}
.AnyTagClassName
{
color: #31ACD5;
}
</style>
background-color css
<style>
a { background-color: #31ACD5; }
a { background-color: rgb(49,172,213); }
div.DivClassName
{
background-color: #31ACD5;
}
.BgClassName
{
background-color: #31ACD5;
}
</style>
border-color css
<style>
span { border-color: #31ACD5; }
span { border-color: rgb(49,172,213); }
td.TdClassName
{
border-color: #31ACD5;
}
.TagClassName
{
border-color: #31ACD5;
}
</style>