Shades of Summer Sky #3AACD5
Tints of Summer Sky #3AACD5
RGB
CMYK
RGB Variations
Color information
#3AACD5 (or 0x3AACD5) is known color: Summer Sky. HEX triplet: 3A, AC and D5. RGB value is (58,172,213). Sum of RGB (Red+Green+Blue) = 58+172+213=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #3AACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACD5 is #C5532A. Grayscale: #8E8E8E. Windows color (decimal): -12931883 or 14003258. OLE color: 14003258.
HSL color Cylindrical-coordinate representation of color #3AACD5: hue angle of 195.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AACD5 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 172 | 213 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.16 |
| HSL | 195.87º | 0.65% | 0.53% | - |
| HSV(B) | 195.87º | 0.73% | 0.84% | - |
| XYZ | 28.51 | 35.21 | 68.24 | - |
| YUV | 142.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 213 | 0.73 | 0.19 | 0 | 0.16 | 195.87 | 0.65 | 0.53 |
| Hex | 3A | AC | D5 | 49 | 13 | 0 | 10 | C4 | 41 | 35 |
| Octal | 72 | 254 | 325 | 111 | 23 | 0 | 20 | 304 | 101 | 65 |
| Binary | 111010 | 10101100 | 11010101 | 1001001 | 10011 | 0 | 10000 | 11000100 | 1000001 | 110101 |
Color Harmonies of #3AACD5
Complementary color
Monochromatic Colors of #3AACD5
Black with #3AACD5
Text Example
Text Example
White with #3AACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACD5; }
p { color: rgb(58,172,213); }
H1.HeaderClassName
{
color: #3AACD5;
}
.AnyTagClassName
{
color: #3AACD5;
}
</style>
background-color css
<style>
a { background-color: #3AACD5; }
a { background-color: rgb(58,172,213); }
div.DivClassName
{
background-color: #3AACD5;
}
.BgClassName
{
background-color: #3AACD5;
}
</style>
border-color css
<style>
span { border-color: #3AACD5; }
span { border-color: rgb(58,172,213); }
td.TdClassName
{
border-color: #3AACD5;
}
.TagClassName
{
border-color: #3AACD5;
}
</style>