Shades of Summer Sky #45A1EC
Tints of Summer Sky #45A1EC
RGB
CMYK
RGB Variations
Color information
#45A1EC (or 0x45A1EC) is known color: Summer Sky. HEX triplet: 45, A1 and EC. RGB value is (69,161,236). Sum of RGB (Red+Green+Blue) = 69+161+236=466 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.81% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #45A1EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A1EC is #BA5E13. Grayscale: #8D8D8D. Windows color (decimal): -12213780 or 15507781. OLE color: 15507781.
HSL color Cylindrical-coordinate representation of color #45A1EC: hue angle of 206.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45A1EC is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 161 | 236 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.07 |
| HSL | 206.95º | 0.81% | 0.6% | - |
| HSV(B) | 206.95º | 0.71% | 0.93% | - |
| XYZ | 30.34 | 32.81 | 84.09 | - |
| YUV | 142.04 | 181.02 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 236 | 0.71 | 0.32 | 0 | 0.07 | 206.95 | 0.81 | 0.6 |
| Hex | 45 | A1 | EC | 47 | 20 | 0 | 7 | CF | 51 | 3C |
| Octal | 105 | 241 | 354 | 107 | 40 | 0 | 7 | 317 | 121 | 74 |
| Binary | 1000101 | 10100001 | 11101100 | 1000111 | 100000 | 0 | 111 | 11001111 | 1010001 | 111100 |
Color Harmonies of #45A1EC
Complementary color
Monochromatic Colors of #45A1EC
Black with #45A1EC
Text Example
Text Example
White with #45A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A1EC; }
p { color: rgb(69,161,236); }
H1.HeaderClassName
{
color: #45A1EC;
}
.AnyTagClassName
{
color: #45A1EC;
}
</style>
background-color css
<style>
a { background-color: #45A1EC; }
a { background-color: rgb(69,161,236); }
div.DivClassName
{
background-color: #45A1EC;
}
.BgClassName
{
background-color: #45A1EC;
}
</style>
border-color css
<style>
span { border-color: #45A1EC; }
span { border-color: rgb(69,161,236); }
td.TdClassName
{
border-color: #45A1EC;
}
.TagClassName
{
border-color: #45A1EC;
}
</style>