Shades of Summer Sky #46A8FD
Tints of Summer Sky #46A8FD
RGB
CMYK
RGB Variations
Color information
#46A8FD (or 0x46A8FD) is known color: Summer Sky. HEX triplet: 46, A8 and FD. RGB value is (70,168,253). Sum of RGB (Red+Green+Blue) = 70+168+253=491 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.26% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #46A8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8FD is #B95702. Grayscale: #939393. Windows color (decimal): -12146435 or 16623686. OLE color: 16623686.
HSL color Cylindrical-coordinate representation of color #46A8FD: hue angle of 207.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46A8FD is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 168 | 253 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.01 |
| HSL | 207.87º | 0.98% | 0.63% | - |
| HSV(B) | 207.87º | 0.72% | 0.99% | - |
| XYZ | 34.26 | 36.4 | 98.15 | - |
| YUV | 148.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 253 | 0.72 | 0.34 | 0 | 0.01 | 207.87 | 0.98 | 0.63 |
| Hex | 46 | A8 | FD | 48 | 22 | 0 | 1 | D0 | 62 | 3F |
| Octal | 106 | 250 | 375 | 110 | 42 | 0 | 1 | 320 | 142 | 77 |
| Binary | 1000110 | 10101000 | 11111101 | 1001000 | 100010 | 0 | 1 | 11010000 | 1100010 | 111111 |
Color Harmonies of #46A8FD
Complementary color
Monochromatic Colors of #46A8FD
Black with #46A8FD
Text Example
Text Example
White with #46A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8FD; }
p { color: rgb(70,168,253); }
H1.HeaderClassName
{
color: #46A8FD;
}
.AnyTagClassName
{
color: #46A8FD;
}
</style>
background-color css
<style>
a { background-color: #46A8FD; }
a { background-color: rgb(70,168,253); }
div.DivClassName
{
background-color: #46A8FD;
}
.BgClassName
{
background-color: #46A8FD;
}
</style>
border-color css
<style>
span { border-color: #46A8FD; }
span { border-color: rgb(70,168,253); }
td.TdClassName
{
border-color: #46A8FD;
}
.TagClassName
{
border-color: #46A8FD;
}
</style>