Shades of Summer Sky #46ABFD
Tints of Summer Sky #46ABFD
RGB
CMYK
RGB Variations
Color information
#46ABFD (or 0x46ABFD) is known color: Summer Sky. HEX triplet: 46, AB and FD. RGB value is (70,171,253). Sum of RGB (Red+Green+Blue) = 70+171+253=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #46ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ABFD is #B95402. Grayscale: #959595. Windows color (decimal): -12145667 or 16624454. OLE color: 16624454.
HSL color Cylindrical-coordinate representation of color #46ABFD: hue angle of 206.89º 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 #46ABFD is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 171 | 253 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.01 |
| HSL | 206.89º | 0.98% | 0.63% | - |
| HSV(B) | 206.89º | 0.72% | 0.99% | - |
| XYZ | 34.82 | 37.52 | 98.34 | - |
| YUV | 150.15 | 186.04 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 253 | 0.72 | 0.32 | 0 | 0.01 | 206.89 | 0.98 | 0.63 |
| Hex | 46 | AB | FD | 48 | 20 | 0 | 1 | CF | 62 | 3F |
| Octal | 106 | 253 | 375 | 110 | 40 | 0 | 1 | 317 | 142 | 77 |
| Binary | 1000110 | 10101011 | 11111101 | 1001000 | 100000 | 0 | 1 | 11001111 | 1100010 | 111111 |
Color Harmonies of #46ABFD
Complementary color
Monochromatic Colors of #46ABFD
Black with #46ABFD
Text Example
Text Example
White with #46ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABFD; }
p { color: rgb(70,171,253); }
H1.HeaderClassName
{
color: #46ABFD;
}
.AnyTagClassName
{
color: #46ABFD;
}
</style>
background-color css
<style>
a { background-color: #46ABFD; }
a { background-color: rgb(70,171,253); }
div.DivClassName
{
background-color: #46ABFD;
}
.BgClassName
{
background-color: #46ABFD;
}
</style>
border-color css
<style>
span { border-color: #46ABFD; }
span { border-color: rgb(70,171,253); }
td.TdClassName
{
border-color: #46ABFD;
}
.TagClassName
{
border-color: #46ABFD;
}
</style>