Shades of Summer Sky #3AACE1
Tints of Summer Sky #3AACE1
RGB
CMYK
RGB Variations
Color information
#3AACE1 (or 0x3AACE1) is known color: Summer Sky. HEX triplet: 3A, AC and E1. RGB value is (58,172,225). Sum of RGB (Red+Green+Blue) = 58+172+225=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #3AACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACE1 is #C5531E. Grayscale: #8F8F8F. Windows color (decimal): -12931871 or 14789690. OLE color: 14789690.
HSL color Cylindrical-coordinate representation of color #3AACE1: hue angle of 199.04º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AACE1 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 172 | 225 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.12 |
| HSL | 199.04º | 0.74% | 0.55% | - |
| HSV(B) | 199.04º | 0.74% | 0.88% | - |
| XYZ | 30.09 | 35.84 | 76.57 | - |
| YUV | 143.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 225 | 0.74 | 0.24 | 0 | 0.12 | 199.04 | 0.74 | 0.55 |
| Hex | 3A | AC | E1 | 4A | 18 | 0 | C | C7 | 4A | 37 |
| Octal | 72 | 254 | 341 | 112 | 30 | 0 | 14 | 307 | 112 | 67 |
| Binary | 111010 | 10101100 | 11100001 | 1001010 | 11000 | 0 | 1100 | 11000111 | 1001010 | 110111 |
Color Harmonies of #3AACE1
Complementary color
Monochromatic Colors of #3AACE1
Black with #3AACE1
Text Example
Text Example
White with #3AACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACE1; }
p { color: rgb(58,172,225); }
H1.HeaderClassName
{
color: #3AACE1;
}
.AnyTagClassName
{
color: #3AACE1;
}
</style>
background-color css
<style>
a { background-color: #3AACE1; }
a { background-color: rgb(58,172,225); }
div.DivClassName
{
background-color: #3AACE1;
}
.BgClassName
{
background-color: #3AACE1;
}
</style>
border-color css
<style>
span { border-color: #3AACE1; }
span { border-color: rgb(58,172,225); }
td.TdClassName
{
border-color: #3AACE1;
}
.TagClassName
{
border-color: #3AACE1;
}
</style>