Shades of Summer Sky #3AACEF
Tints of Summer Sky #3AACEF
RGB
CMYK
RGB Variations
Color information
#3AACEF (or 0x3AACEF) is known color: Summer Sky. HEX triplet: 3A, AC and EF. RGB value is (58,172,239). Sum of RGB (Red+Green+Blue) = 58+172+239=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACEF is #C55310. Grayscale: #919191. Windows color (decimal): -12931857 or 15707194. OLE color: 15707194.
HSL color Cylindrical-coordinate representation of color #3AACEF: hue angle of 202.21º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AACEF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 172 | 239 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.06 |
| HSL | 202.21º | 0.85% | 0.58% | - |
| HSV(B) | 202.21º | 0.76% | 0.94% | - |
| XYZ | 32.08 | 36.64 | 87.04 | - |
| YUV | 145.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 239 | 0.76 | 0.28 | 0 | 0.06 | 202.21 | 0.85 | 0.58 |
| Hex | 3A | AC | EF | 4C | 1C | 0 | 6 | CA | 55 | 3A |
| Octal | 72 | 254 | 357 | 114 | 34 | 0 | 6 | 312 | 125 | 72 |
| Binary | 111010 | 10101100 | 11101111 | 1001100 | 11100 | 0 | 110 | 11001010 | 1010101 | 111010 |
Color Harmonies of #3AACEF
Complementary color
Monochromatic Colors of #3AACEF
Black with #3AACEF
Text Example
Text Example
White with #3AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACEF; }
p { color: rgb(58,172,239); }
H1.HeaderClassName
{
color: #3AACEF;
}
.AnyTagClassName
{
color: #3AACEF;
}
</style>
background-color css
<style>
a { background-color: #3AACEF; }
a { background-color: rgb(58,172,239); }
div.DivClassName
{
background-color: #3AACEF;
}
.BgClassName
{
background-color: #3AACEF;
}
</style>
border-color css
<style>
span { border-color: #3AACEF; }
span { border-color: rgb(58,172,239); }
td.TdClassName
{
border-color: #3AACEF;
}
.TagClassName
{
border-color: #3AACEF;
}
</style>