Shades of Summer Sky #3AACEE
Tints of Summer Sky #3AACEE
RGB
CMYK
RGB Variations
Color information
#3AACEE (or 0x3AACEE) is known color: Summer Sky. HEX triplet: 3A, AC and EE. RGB value is (58,172,238). Sum of RGB (Red+Green+Blue) = 58+172+238=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AACEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACEE is #C55311. Grayscale: #919191. Windows color (decimal): -12931858 or 15641658. OLE color: 15641658.
HSL color Cylindrical-coordinate representation of color #3AACEE: hue angle of 202º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AACEE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 172 | 238 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.07 |
| HSL | 202º | 0.84% | 0.58% | - |
| HSV(B) | 202º | 0.76% | 0.93% | - |
| XYZ | 31.93 | 36.58 | 86.27 | - |
| YUV | 145.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 238 | 0.76 | 0.28 | 0 | 0.07 | 202 | 0.84 | 0.58 |
| Hex | 3A | AC | EE | 4C | 1C | 0 | 7 | CA | 54 | 3A |
| Octal | 72 | 254 | 356 | 114 | 34 | 0 | 7 | 312 | 124 | 72 |
| Binary | 111010 | 10101100 | 11101110 | 1001100 | 11100 | 0 | 111 | 11001010 | 1010100 | 111010 |
Color Harmonies of #3AACEE
Complementary color
Monochromatic Colors of #3AACEE
Black with #3AACEE
Text Example
Text Example
White with #3AACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACEE; }
p { color: rgb(58,172,238); }
H1.HeaderClassName
{
color: #3AACEE;
}
.AnyTagClassName
{
color: #3AACEE;
}
</style>
background-color css
<style>
a { background-color: #3AACEE; }
a { background-color: rgb(58,172,238); }
div.DivClassName
{
background-color: #3AACEE;
}
.BgClassName
{
background-color: #3AACEE;
}
</style>
border-color css
<style>
span { border-color: #3AACEE; }
span { border-color: rgb(58,172,238); }
td.TdClassName
{
border-color: #3AACEE;
}
.TagClassName
{
border-color: #3AACEE;
}
</style>