Shades of Summer Sky #46ADFE
Tints of Summer Sky #46ADFE
RGB
CMYK
RGB Variations
Color information
#46ADFE (or 0x46ADFE) is known color: Summer Sky. HEX triplet: 46, AD and FE. RGB value is (70,173,254). Sum of RGB (Red+Green+Blue) = 70+173+254=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #46ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ADFE is #B95201. Grayscale: #979797. Windows color (decimal): -12145154 or 16690502. OLE color: 16690502.
HSL color Cylindrical-coordinate representation of color #46ADFE: hue angle of 206.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46ADFE is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 173 | 254 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.00 |
| HSL | 206.41º | 0.99% | 0.64% | - |
| HSV(B) | 206.41º | 0.72% | 1% | - |
| XYZ | 35.36 | 38.34 | 99.3 | - |
| YUV | 151.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 254 | 0.72 | 0.32 | 0 | 0.00 | 206.41 | 0.99 | 0.64 |
| Hex | 46 | AD | FE | 48 | 20 | 0 | 0 | CE | 63 | 40 |
| Octal | 106 | 255 | 376 | 110 | 40 | 0 | 0 | 316 | 143 | 100 |
| Binary | 1000110 | 10101101 | 11111110 | 1001000 | 100000 | 0 | 0 | 11001110 | 1100011 | 1000000 |
Color Harmonies of #46ADFE
Complementary color
Monochromatic Colors of #46ADFE
Black with #46ADFE
Text Example
Text Example
White with #46ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ADFE; }
p { color: rgb(70,173,254); }
H1.HeaderClassName
{
color: #46ADFE;
}
.AnyTagClassName
{
color: #46ADFE;
}
</style>
background-color css
<style>
a { background-color: #46ADFE; }
a { background-color: rgb(70,173,254); }
div.DivClassName
{
background-color: #46ADFE;
}
.BgClassName
{
background-color: #46ADFE;
}
</style>
border-color css
<style>
span { border-color: #46ADFE; }
span { border-color: rgb(70,173,254); }
td.TdClassName
{
border-color: #46ADFE;
}
.TagClassName
{
border-color: #46ADFE;
}
</style>