Shades of Summer Sky #3AACCD
Tints of Summer Sky #3AACCD
RGB
CMYK
RGB Variations
Color information
#3AACCD (or 0x3AACCD) is known color: Summer Sky. HEX triplet: 3A, AC and CD. RGB value is (58,172,205). Sum of RGB (Red+Green+Blue) = 58+172+205=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #3AACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACCD is #C55332. Grayscale: #8D8D8D. Windows color (decimal): -12931891 or 13478970. OLE color: 13478970.
HSL color Cylindrical-coordinate representation of color #3AACCD: hue angle of 193.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AACCD is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 172 | 205 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.20 |
| HSL | 193.47º | 0.6% | 0.52% | - |
| HSV(B) | 193.47º | 0.72% | 0.8% | - |
| XYZ | 27.52 | 34.81 | 63.03 | - |
| YUV | 141.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 205 | 0.72 | 0.16 | 0 | 0.20 | 193.47 | 0.6 | 0.52 |
| Hex | 3A | AC | CD | 48 | 10 | 0 | 14 | C1 | 3C | 34 |
| Octal | 72 | 254 | 315 | 110 | 20 | 0 | 24 | 301 | 74 | 64 |
| Binary | 111010 | 10101100 | 11001101 | 1001000 | 10000 | 0 | 10100 | 11000001 | 111100 | 110100 |
Color Harmonies of #3AACCD
Complementary color
Monochromatic Colors of #3AACCD
Black with #3AACCD
Text Example
Text Example
White with #3AACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACCD; }
p { color: rgb(58,172,205); }
H1.HeaderClassName
{
color: #3AACCD;
}
.AnyTagClassName
{
color: #3AACCD;
}
</style>
background-color css
<style>
a { background-color: #3AACCD; }
a { background-color: rgb(58,172,205); }
div.DivClassName
{
background-color: #3AACCD;
}
.BgClassName
{
background-color: #3AACCD;
}
</style>
border-color css
<style>
span { border-color: #3AACCD; }
span { border-color: rgb(58,172,205); }
td.TdClassName
{
border-color: #3AACCD;
}
.TagClassName
{
border-color: #3AACCD;
}
</style>