Shades of Summer Sky #3AAECC
Tints of Summer Sky #3AAECC
RGB
CMYK
RGB Variations
Color information
#3AAECC (or 0x3AAECC) is known color: Summer Sky. HEX triplet: 3A, AE and CC. RGB value is (58,174,204). Sum of RGB (Red+Green+Blue) = 58+174+204=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAECC is #C55133. Grayscale: #8E8E8E. Windows color (decimal): -12931380 or 13413946. OLE color: 13413946.
HSL color Cylindrical-coordinate representation of color #3AAECC: hue angle of 192.33º 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 #3AAECC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 174 | 204 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.2 |
| HSL | 192.33º | 0.59% | 0.51% | - |
| HSV(B) | 192.33º | 0.72% | 0.8% | - |
| XYZ | 27.78 | 35.53 | 62.52 | - |
| YUV | 142.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 204 | 0.72 | 0.15 | 0 | 0.2 | 192.33 | 0.59 | 0.51 |
| Hex | 3A | AE | CC | 48 | F | 0 | 14 | C0 | 3B | 33 |
| Octal | 72 | 256 | 314 | 110 | 17 | 0 | 24 | 300 | 73 | 63 |
| Binary | 111010 | 10101110 | 11001100 | 1001000 | 1111 | 0 | 10100 | 11000000 | 111011 | 110011 |
Color Harmonies of #3AAECC
Complementary color
Monochromatic Colors of #3AAECC
Black with #3AAECC
Text Example
Text Example
White with #3AAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAECC; }
p { color: rgb(58,174,204); }
H1.HeaderClassName
{
color: #3AAECC;
}
.AnyTagClassName
{
color: #3AAECC;
}
</style>
background-color css
<style>
a { background-color: #3AAECC; }
a { background-color: rgb(58,174,204); }
div.DivClassName
{
background-color: #3AAECC;
}
.BgClassName
{
background-color: #3AAECC;
}
</style>
border-color css
<style>
span { border-color: #3AAECC; }
span { border-color: rgb(58,174,204); }
td.TdClassName
{
border-color: #3AAECC;
}
.TagClassName
{
border-color: #3AAECC;
}
</style>