Shades of Summer Sky #3AAECD
Tints of Summer Sky #3AAECD
RGB
CMYK
RGB Variations
Color information
#3AAECD (or 0x3AAECD) is known color: Summer Sky. HEX triplet: 3A, AE and CD. RGB value is (58,174,205). Sum of RGB (Red+Green+Blue) = 58+174+205=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #3AAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAECD is #C55132. Grayscale: #8E8E8E. Windows color (decimal): -12931379 or 13479482. OLE color: 13479482.
HSL color Cylindrical-coordinate representation of color #3AAECD: hue angle of 192.65º 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 #3AAECD is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 174 | 205 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.20 |
| HSL | 192.65º | 0.6% | 0.52% | - |
| HSV(B) | 192.65º | 0.72% | 0.8% | - |
| XYZ | 27.9 | 35.58 | 63.15 | - |
| YUV | 142.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 205 | 0.72 | 0.15 | 0 | 0.20 | 192.65 | 0.6 | 0.52 |
| Hex | 3A | AE | CD | 48 | F | 0 | 14 | C1 | 3C | 34 |
| Octal | 72 | 256 | 315 | 110 | 17 | 0 | 24 | 301 | 74 | 64 |
| Binary | 111010 | 10101110 | 11001101 | 1001000 | 1111 | 0 | 10100 | 11000001 | 111100 | 110100 |
Color Harmonies of #3AAECD
Complementary color
Monochromatic Colors of #3AAECD
Black with #3AAECD
Text Example
Text Example
White with #3AAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAECD; }
p { color: rgb(58,174,205); }
H1.HeaderClassName
{
color: #3AAECD;
}
.AnyTagClassName
{
color: #3AAECD;
}
</style>
background-color css
<style>
a { background-color: #3AAECD; }
a { background-color: rgb(58,174,205); }
div.DivClassName
{
background-color: #3AAECD;
}
.BgClassName
{
background-color: #3AAECD;
}
</style>
border-color css
<style>
span { border-color: #3AAECD; }
span { border-color: rgb(58,174,205); }
td.TdClassName
{
border-color: #3AAECD;
}
.TagClassName
{
border-color: #3AAECD;
}
</style>