Shades of Summer Sky #46ADFF
Tints of Summer Sky #46ADFF
RGB
CMYK
RGB Variations
Color information
#46ADFF (or 0x46ADFF) is known color: Summer Sky. HEX triplet: 46, AD and FF. RGB value is (70,173,255). Sum of RGB (Red+Green+Blue) = 70+173+255=498 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.06% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #46ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ADFF is #B95200. Grayscale: #979797. Windows color (decimal): -12145153 or 16756038. OLE color: 16756038.
HSL color Cylindrical-coordinate representation of color #46ADFF: hue angle of 206.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46ADFF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 173 | 255 | - |
| CMYK | 0.73 | 0.32 | 0 | 0 |
| HSL | 206.59º | 1% | 0.64% | - |
| HSV(B) | 206.59º | 0.73% | 1% | - |
| XYZ | 35.52 | 38.41 | 100.15 | - |
| YUV | 151.55 | 186.38 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 255 | 0.73 | 0.32 | 0 | 0 | 206.59 | 1 | 0.64 |
| Hex | 46 | AD | FF | 49 | 20 | 0 | 0 | CF | 64 | 40 |
| Octal | 106 | 255 | 377 | 111 | 40 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1000110 | 10101101 | 11111111 | 1001001 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #46ADFF
Complementary color
Monochromatic Colors of #46ADFF
Black with #46ADFF
Text Example
Text Example
White with #46ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ADFF; }
p { color: rgb(70,173,255); }
H1.HeaderClassName
{
color: #46ADFF;
}
.AnyTagClassName
{
color: #46ADFF;
}
</style>
background-color css
<style>
a { background-color: #46ADFF; }
a { background-color: rgb(70,173,255); }
div.DivClassName
{
background-color: #46ADFF;
}
.BgClassName
{
background-color: #46ADFF;
}
</style>
border-color css
<style>
span { border-color: #46ADFF; }
span { border-color: rgb(70,173,255); }
td.TdClassName
{
border-color: #46ADFF;
}
.TagClassName
{
border-color: #46ADFF;
}
</style>