Shades of Summer Sky #3AACEC
Tints of Summer Sky #3AACEC
RGB
CMYK
RGB Variations
Color information
#3AACEC (or 0x3AACEC) is known color: Summer Sky. HEX triplet: 3A, AC and EC. RGB value is (58,172,236). Sum of RGB (Red+Green+Blue) = 58+172+236=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACEC is #C55313. Grayscale: #909090. Windows color (decimal): -12931860 or 15510586. OLE color: 15510586.
HSL color Cylindrical-coordinate representation of color #3AACEC: hue angle of 201.57º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AACEC is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 172 | 236 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.07 |
| HSL | 201.57º | 0.82% | 0.58% | - |
| HSV(B) | 201.57º | 0.75% | 0.93% | - |
| XYZ | 31.64 | 36.46 | 84.73 | - |
| YUV | 145.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 236 | 0.75 | 0.27 | 0 | 0.07 | 201.57 | 0.82 | 0.58 |
| Hex | 3A | AC | EC | 4B | 1B | 0 | 7 | CA | 52 | 3A |
| Octal | 72 | 254 | 354 | 113 | 33 | 0 | 7 | 312 | 122 | 72 |
| Binary | 111010 | 10101100 | 11101100 | 1001011 | 11011 | 0 | 111 | 11001010 | 1010010 | 111010 |
Color Harmonies of #3AACEC
Complementary color
Monochromatic Colors of #3AACEC
Black with #3AACEC
Text Example
Text Example
White with #3AACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACEC; }
p { color: rgb(58,172,236); }
H1.HeaderClassName
{
color: #3AACEC;
}
.AnyTagClassName
{
color: #3AACEC;
}
</style>
background-color css
<style>
a { background-color: #3AACEC; }
a { background-color: rgb(58,172,236); }
div.DivClassName
{
background-color: #3AACEC;
}
.BgClassName
{
background-color: #3AACEC;
}
</style>
border-color css
<style>
span { border-color: #3AACEC; }
span { border-color: rgb(58,172,236); }
td.TdClassName
{
border-color: #3AACEC;
}
.TagClassName
{
border-color: #3AACEC;
}
</style>