Shades of Summer Sky #3AACCC
Tints of Summer Sky #3AACCC
RGB
CMYK
RGB Variations
Color information
#3AACCC (or 0x3AACCC) is known color: Summer Sky. HEX triplet: 3A, AC and CC. RGB value is (58,172,204). Sum of RGB (Red+Green+Blue) = 58+172+204=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACCC is #C55333. Grayscale: #8D8D8D. Windows color (decimal): -12931892 or 13413434. OLE color: 13413434.
HSL color Cylindrical-coordinate representation of color #3AACCC: hue angle of 193.15º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AACCC is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 172 | 204 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.2 |
| HSL | 193.15º | 0.59% | 0.51% | - |
| HSV(B) | 193.15º | 0.72% | 0.8% | - |
| XYZ | 27.4 | 34.76 | 62.39 | - |
| YUV | 141.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 204 | 0.72 | 0.16 | 0 | 0.2 | 193.15 | 0.59 | 0.51 |
| Hex | 3A | AC | CC | 48 | 10 | 0 | 14 | C1 | 3B | 33 |
| Octal | 72 | 254 | 314 | 110 | 20 | 0 | 24 | 301 | 73 | 63 |
| Binary | 111010 | 10101100 | 11001100 | 1001000 | 10000 | 0 | 10100 | 11000001 | 111011 | 110011 |
Color Harmonies of #3AACCC
Complementary color
Monochromatic Colors of #3AACCC
Black with #3AACCC
Text Example
Text Example
White with #3AACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACCC; }
p { color: rgb(58,172,204); }
H1.HeaderClassName
{
color: #3AACCC;
}
.AnyTagClassName
{
color: #3AACCC;
}
</style>
background-color css
<style>
a { background-color: #3AACCC; }
a { background-color: rgb(58,172,204); }
div.DivClassName
{
background-color: #3AACCC;
}
.BgClassName
{
background-color: #3AACCC;
}
</style>
border-color css
<style>
span { border-color: #3AACCC; }
span { border-color: rgb(58,172,204); }
td.TdClassName
{
border-color: #3AACCC;
}
.TagClassName
{
border-color: #3AACCC;
}
</style>