Shades of Summer Sky #4AACFE
Tints of Summer Sky #4AACFE
RGB
CMYK
RGB Variations
Color information
#4AACFE (or 0x4AACFE) is known color: Summer Sky. HEX triplet: 4A, AC and FE. RGB value is (74,172,254). Sum of RGB (Red+Green+Blue) = 74+172+254=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AACFE is #B55301. Grayscale: #979797. Windows color (decimal): -11883266 or 16690250. OLE color: 16690250.
HSL color Cylindrical-coordinate representation of color #4AACFE: hue angle of 207.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AACFE is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 172 | 254 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.00 |
| HSL | 207.33º | 0.99% | 0.64% | - |
| HSV(B) | 207.33º | 0.71% | 1% | - |
| XYZ | 35.47 | 38.12 | 99.25 | - |
| YUV | 152.05 | 185.53 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 254 | 0.71 | 0.32 | 0 | 0.00 | 207.33 | 0.99 | 0.64 |
| Hex | 4A | AC | FE | 47 | 20 | 0 | 0 | CF | 63 | 40 |
| Octal | 112 | 254 | 376 | 107 | 40 | 0 | 0 | 317 | 143 | 100 |
| Binary | 1001010 | 10101100 | 11111110 | 1000111 | 100000 | 0 | 0 | 11001111 | 1100011 | 1000000 |
Color Harmonies of #4AACFE
Complementary color
Monochromatic Colors of #4AACFE
Black with #4AACFE
Text Example
Text Example
White with #4AACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACFE; }
p { color: rgb(74,172,254); }
H1.HeaderClassName
{
color: #4AACFE;
}
.AnyTagClassName
{
color: #4AACFE;
}
</style>
background-color css
<style>
a { background-color: #4AACFE; }
a { background-color: rgb(74,172,254); }
div.DivClassName
{
background-color: #4AACFE;
}
.BgClassName
{
background-color: #4AACFE;
}
</style>
border-color css
<style>
span { border-color: #4AACFE; }
span { border-color: rgb(74,172,254); }
td.TdClassName
{
border-color: #4AACFE;
}
.TagClassName
{
border-color: #4AACFE;
}
</style>