Shades of Summer Sky #46BAEC
Tints of Summer Sky #46BAEC
RGB
CMYK
RGB Variations
Color information
#46BAEC (or 0x46BAEC) is known color: Summer Sky. HEX triplet: 46, BA and EC. RGB value is (70,186,236). Sum of RGB (Red+Green+Blue) = 70+186+236=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #46BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BAEC is #B94513. Grayscale: #9C9C9C. Windows color (decimal): -12141844 or 15514182. OLE color: 15514182.
HSL color Cylindrical-coordinate representation of color #46BAEC: hue angle of 198.07º 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 #46BAEC is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 186 | 236 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.07 |
| HSL | 198.07º | 0.81% | 0.6% | - |
| HSV(B) | 198.07º | 0.7% | 0.93% | - |
| XYZ | 35.23 | 42.48 | 85.7 | - |
| YUV | 157.02 | 172.57 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 236 | 0.70 | 0.21 | 0 | 0.07 | 198.07 | 0.81 | 0.6 |
| Hex | 46 | BA | EC | 46 | 15 | 0 | 7 | C6 | 51 | 3C |
| Octal | 106 | 272 | 354 | 106 | 25 | 0 | 7 | 306 | 121 | 74 |
| Binary | 1000110 | 10111010 | 11101100 | 1000110 | 10101 | 0 | 111 | 11000110 | 1010001 | 111100 |
Color Harmonies of #46BAEC
Complementary color
Monochromatic Colors of #46BAEC
Black with #46BAEC
Text Example
Text Example
White with #46BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BAEC; }
p { color: rgb(70,186,236); }
H1.HeaderClassName
{
color: #46BAEC;
}
.AnyTagClassName
{
color: #46BAEC;
}
</style>
background-color css
<style>
a { background-color: #46BAEC; }
a { background-color: rgb(70,186,236); }
div.DivClassName
{
background-color: #46BAEC;
}
.BgClassName
{
background-color: #46BAEC;
}
</style>
border-color css
<style>
span { border-color: #46BAEC; }
span { border-color: rgb(70,186,236); }
td.TdClassName
{
border-color: #46BAEC;
}
.TagClassName
{
border-color: #46BAEC;
}
</style>