Shades of Summer Sky #46ACD9
Tints of Summer Sky #46ACD9
RGB
CMYK
RGB Variations
Color information
#46ACD9 (or 0x46ACD9) is known color: Summer Sky. HEX triplet: 46, AC and D9. RGB value is (70,172,217). Sum of RGB (Red+Green+Blue) = 70+172+217=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #46ACD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ACD9 is #B95326. Grayscale: #929292. Windows color (decimal): -12145447 or 14265414. OLE color: 14265414.
HSL color Cylindrical-coordinate representation of color #46ACD9: hue angle of 198.37º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46ACD9 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 172 | 217 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.15 |
| HSL | 198.37º | 0.66% | 0.56% | - |
| HSV(B) | 198.37º | 0.68% | 0.85% | - |
| XYZ | 29.8 | 35.82 | 70.99 | - |
| YUV | 146.63 | 167.71 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 172 | 217 | 0.68 | 0.21 | 0 | 0.15 | 198.37 | 0.66 | 0.56 |
| Hex | 46 | AC | D9 | 44 | 15 | 0 | F | C6 | 42 | 38 |
| Octal | 106 | 254 | 331 | 104 | 25 | 0 | 17 | 306 | 102 | 70 |
| Binary | 1000110 | 10101100 | 11011001 | 1000100 | 10101 | 0 | 1111 | 11000110 | 1000010 | 111000 |
Color Harmonies of #46ACD9
Complementary color
Monochromatic Colors of #46ACD9
Black with #46ACD9
Text Example
Text Example
White with #46ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ACD9; }
p { color: rgb(70,172,217); }
H1.HeaderClassName
{
color: #46ACD9;
}
.AnyTagClassName
{
color: #46ACD9;
}
</style>
background-color css
<style>
a { background-color: #46ACD9; }
a { background-color: rgb(70,172,217); }
div.DivClassName
{
background-color: #46ACD9;
}
.BgClassName
{
background-color: #46ACD9;
}
</style>
border-color css
<style>
span { border-color: #46ACD9; }
span { border-color: rgb(70,172,217); }
td.TdClassName
{
border-color: #46ACD9;
}
.TagClassName
{
border-color: #46ACD9;
}
</style>