Shades of Summer Sky #46A8EF
Tints of Summer Sky #46A8EF
RGB
CMYK
RGB Variations
Color information
#46A8EF (or 0x46A8EF) is known color: Summer Sky. HEX triplet: 46, A8 and EF. RGB value is (70,168,239). Sum of RGB (Red+Green+Blue) = 70+168+239=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #46A8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8EF is #B95710. Grayscale: #929292. Windows color (decimal): -12146449 or 15706182. OLE color: 15706182.
HSL color Cylindrical-coordinate representation of color #46A8EF: hue angle of 205.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46A8EF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 168 | 239 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.06 |
| HSL | 205.21º | 0.84% | 0.61% | - |
| HSV(B) | 205.21º | 0.71% | 0.94% | - |
| XYZ | 32.11 | 35.54 | 86.83 | - |
| YUV | 146.79 | 180.03 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 239 | 0.71 | 0.30 | 0 | 0.06 | 205.21 | 0.84 | 0.61 |
| Hex | 46 | A8 | EF | 47 | 1E | 0 | 6 | CD | 54 | 3D |
| Octal | 106 | 250 | 357 | 107 | 36 | 0 | 6 | 315 | 124 | 75 |
| Binary | 1000110 | 10101000 | 11101111 | 1000111 | 11110 | 0 | 110 | 11001101 | 1010100 | 111101 |
Color Harmonies of #46A8EF
Complementary color
Monochromatic Colors of #46A8EF
Black with #46A8EF
Text Example
Text Example
White with #46A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8EF; }
p { color: rgb(70,168,239); }
H1.HeaderClassName
{
color: #46A8EF;
}
.AnyTagClassName
{
color: #46A8EF;
}
</style>
background-color css
<style>
a { background-color: #46A8EF; }
a { background-color: rgb(70,168,239); }
div.DivClassName
{
background-color: #46A8EF;
}
.BgClassName
{
background-color: #46A8EF;
}
</style>
border-color css
<style>
span { border-color: #46A8EF; }
span { border-color: rgb(70,168,239); }
td.TdClassName
{
border-color: #46A8EF;
}
.TagClassName
{
border-color: #46A8EF;
}
</style>