Shades of Summer Sky #4AACEF
Tints of Summer Sky #4AACEF
RGB
CMYK
RGB Variations
Color information
#4AACEF (or 0x4AACEF) is known color: Summer Sky. HEX triplet: 4A, AC and EF. RGB value is (74,172,239). Sum of RGB (Red+Green+Blue) = 74+172+239=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AACEF is #B55310. Grayscale: #959595. Windows color (decimal): -11883281 or 15707210. OLE color: 15707210.
HSL color Cylindrical-coordinate representation of color #4AACEF: hue angle of 204.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AACEF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 172 | 239 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.06 |
| HSL | 204.36º | 0.84% | 0.61% | - |
| HSV(B) | 204.36º | 0.69% | 0.94% | - |
| XYZ | 33.16 | 37.19 | 87.09 | - |
| YUV | 150.34 | 178.03 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 239 | 0.69 | 0.28 | 0 | 0.06 | 204.36 | 0.84 | 0.61 |
| Hex | 4A | AC | EF | 45 | 1C | 0 | 6 | CC | 54 | 3D |
| Octal | 112 | 254 | 357 | 105 | 34 | 0 | 6 | 314 | 124 | 75 |
| Binary | 1001010 | 10101100 | 11101111 | 1000101 | 11100 | 0 | 110 | 11001100 | 1010100 | 111101 |
Color Harmonies of #4AACEF
Complementary color
Monochromatic Colors of #4AACEF
Black with #4AACEF
Text Example
Text Example
White with #4AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACEF; }
p { color: rgb(74,172,239); }
H1.HeaderClassName
{
color: #4AACEF;
}
.AnyTagClassName
{
color: #4AACEF;
}
</style>
background-color css
<style>
a { background-color: #4AACEF; }
a { background-color: rgb(74,172,239); }
div.DivClassName
{
background-color: #4AACEF;
}
.BgClassName
{
background-color: #4AACEF;
}
</style>
border-color css
<style>
span { border-color: #4AACEF; }
span { border-color: rgb(74,172,239); }
td.TdClassName
{
border-color: #4AACEF;
}
.TagClassName
{
border-color: #4AACEF;
}
</style>