Shades of Summer Sky #4AABEC
Tints of Summer Sky #4AABEC
RGB
CMYK
RGB Variations
Color information
#4AABEC (or 0x4AABEC) is known color: Summer Sky. HEX triplet: 4A, AB and EC. RGB value is (74,171,236). Sum of RGB (Red+Green+Blue) = 74+171+236=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AABEC is #B55413. Grayscale: #959595. Windows color (decimal): -11883540 or 15510346. OLE color: 15510346.
HSL color Cylindrical-coordinate representation of color #4AABEC: hue angle of 204.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AABEC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 171 | 236 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.07 |
| HSL | 204.07º | 0.81% | 0.61% | - |
| HSV(B) | 204.07º | 0.69% | 0.93% | - |
| XYZ | 32.53 | 36.64 | 84.71 | - |
| YUV | 149.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 236 | 0.69 | 0.28 | 0 | 0.07 | 204.07 | 0.81 | 0.61 |
| Hex | 4A | AB | EC | 45 | 1C | 0 | 7 | CC | 51 | 3D |
| Octal | 112 | 253 | 354 | 105 | 34 | 0 | 7 | 314 | 121 | 75 |
| Binary | 1001010 | 10101011 | 11101100 | 1000101 | 11100 | 0 | 111 | 11001100 | 1010001 | 111101 |
Color Harmonies of #4AABEC
Complementary color
Monochromatic Colors of #4AABEC
Black with #4AABEC
Text Example
Text Example
White with #4AABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABEC; }
p { color: rgb(74,171,236); }
H1.HeaderClassName
{
color: #4AABEC;
}
.AnyTagClassName
{
color: #4AABEC;
}
</style>
background-color css
<style>
a { background-color: #4AABEC; }
a { background-color: rgb(74,171,236); }
div.DivClassName
{
background-color: #4AABEC;
}
.BgClassName
{
background-color: #4AABEC;
}
</style>
border-color css
<style>
span { border-color: #4AABEC; }
span { border-color: rgb(74,171,236); }
td.TdClassName
{
border-color: #4AABEC;
}
.TagClassName
{
border-color: #4AABEC;
}
</style>