Shades of Summer Sky #46AAEC
Tints of Summer Sky #46AAEC
RGB
CMYK
RGB Variations
Color information
#46AAEC (or 0x46AAEC) is known color: Summer Sky. HEX triplet: 46, AA and EC. RGB value is (70,170,236). Sum of RGB (Red+Green+Blue) = 70+170+236=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #46AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46AAEC is #B95513. Grayscale: #939393. Windows color (decimal): -12145940 or 15510086. OLE color: 15510086.
HSL color Cylindrical-coordinate representation of color #46AAEC: hue angle of 203.86º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46AAEC is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 170 | 236 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.07 |
| HSL | 203.86º | 0.81% | 0.6% | - |
| HSV(B) | 203.86º | 0.7% | 0.93% | - |
| XYZ | 32.04 | 36.11 | 84.64 | - |
| YUV | 147.62 | 177.87 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 236 | 0.70 | 0.28 | 0 | 0.07 | 203.86 | 0.81 | 0.6 |
| Hex | 46 | AA | EC | 46 | 1C | 0 | 7 | CC | 51 | 3C |
| Octal | 106 | 252 | 354 | 106 | 34 | 0 | 7 | 314 | 121 | 74 |
| Binary | 1000110 | 10101010 | 11101100 | 1000110 | 11100 | 0 | 111 | 11001100 | 1010001 | 111100 |
Color Harmonies of #46AAEC
Complementary color
Monochromatic Colors of #46AAEC
Black with #46AAEC
Text Example
Text Example
White with #46AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AAEC; }
p { color: rgb(70,170,236); }
H1.HeaderClassName
{
color: #46AAEC;
}
.AnyTagClassName
{
color: #46AAEC;
}
</style>
background-color css
<style>
a { background-color: #46AAEC; }
a { background-color: rgb(70,170,236); }
div.DivClassName
{
background-color: #46AAEC;
}
.BgClassName
{
background-color: #46AAEC;
}
</style>
border-color css
<style>
span { border-color: #46AAEC; }
span { border-color: rgb(70,170,236); }
td.TdClassName
{
border-color: #46AAEC;
}
.TagClassName
{
border-color: #46AAEC;
}
</style>