Shades of Summer Sky #46ADF5
Tints of Summer Sky #46ADF5
RGB
CMYK
RGB Variations
Color information
#46ADF5 (or 0x46ADF5) is known color: Summer Sky. HEX triplet: 46, AD and F5. RGB value is (70,173,245). Sum of RGB (Red+Green+Blue) = 70+173+245=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #46ADF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ADF5 is #B9520A. Grayscale: #969696. Windows color (decimal): -12145163 or 16100678. OLE color: 16100678.
HSL color Cylindrical-coordinate representation of color #46ADF5: hue angle of 204.69º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46ADF5 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 173 | 245 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.04 |
| HSL | 204.69º | 0.9% | 0.62% | - |
| HSV(B) | 204.69º | 0.71% | 0.96% | - |
| XYZ | 33.95 | 37.78 | 91.89 | - |
| YUV | 150.41 | 181.38 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 245 | 0.71 | 0.29 | 0 | 0.04 | 204.69 | 0.9 | 0.62 |
| Hex | 46 | AD | F5 | 47 | 1D | 0 | 4 | CD | 5A | 3E |
| Octal | 106 | 255 | 365 | 107 | 35 | 0 | 4 | 315 | 132 | 76 |
| Binary | 1000110 | 10101101 | 11110101 | 1000111 | 11101 | 0 | 100 | 11001101 | 1011010 | 111110 |
Color Harmonies of #46ADF5
Complementary color
Monochromatic Colors of #46ADF5
Black with #46ADF5
Text Example
Text Example
White with #46ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ADF5; }
p { color: rgb(70,173,245); }
H1.HeaderClassName
{
color: #46ADF5;
}
.AnyTagClassName
{
color: #46ADF5;
}
</style>
background-color css
<style>
a { background-color: #46ADF5; }
a { background-color: rgb(70,173,245); }
div.DivClassName
{
background-color: #46ADF5;
}
.BgClassName
{
background-color: #46ADF5;
}
</style>
border-color css
<style>
span { border-color: #46ADF5; }
span { border-color: rgb(70,173,245); }
td.TdClassName
{
border-color: #46ADF5;
}
.TagClassName
{
border-color: #46ADF5;
}
</style>