Shades of Summer Sky #46ACD6
Tints of Summer Sky #46ACD6
RGB
CMYK
RGB Variations
Color information
#46ACD6 (or 0x46ACD6) is known color: Summer Sky. HEX triplet: 46, AC and D6. RGB value is (70,172,214). Sum of RGB (Red+Green+Blue) = 70+172+214=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #46ACD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ACD6 is #B95329. Grayscale: #929292. Windows color (decimal): -12145450 or 14068806. OLE color: 14068806.
HSL color Cylindrical-coordinate representation of color #46ACD6: hue angle of 197.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46ACD6 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 172 | 214 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.16 |
| HSL | 197.5º | 0.64% | 0.56% | - |
| HSV(B) | 197.5º | 0.67% | 0.84% | - |
| XYZ | 29.42 | 35.66 | 68.95 | - |
| YUV | 146.29 | 166.21 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 172 | 214 | 0.67 | 0.20 | 0 | 0.16 | 197.5 | 0.64 | 0.56 |
| Hex | 46 | AC | D6 | 43 | 14 | 0 | 10 | C6 | 40 | 38 |
| Octal | 106 | 254 | 326 | 103 | 24 | 0 | 20 | 306 | 100 | 70 |
| Binary | 1000110 | 10101100 | 11010110 | 1000011 | 10100 | 0 | 10000 | 11000110 | 1000000 | 111000 |
Color Harmonies of #46ACD6
Complementary color
Monochromatic Colors of #46ACD6
Black with #46ACD6
Text Example
Text Example
White with #46ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ACD6; }
p { color: rgb(70,172,214); }
H1.HeaderClassName
{
color: #46ACD6;
}
.AnyTagClassName
{
color: #46ACD6;
}
</style>
background-color css
<style>
a { background-color: #46ACD6; }
a { background-color: rgb(70,172,214); }
div.DivClassName
{
background-color: #46ACD6;
}
.BgClassName
{
background-color: #46ACD6;
}
</style>
border-color css
<style>
span { border-color: #46ACD6; }
span { border-color: rgb(70,172,214); }
td.TdClassName
{
border-color: #46ACD6;
}
.TagClassName
{
border-color: #46ACD6;
}
</style>