Shades of Summer Sky #45A5EC
Tints of Summer Sky #45A5EC
RGB
CMYK
RGB Variations
Color information
#45A5EC (or 0x45A5EC) is known color: Summer Sky. HEX triplet: 45, A5 and EC. RGB value is (69,165,236). Sum of RGB (Red+Green+Blue) = 69+165+236=470 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.68% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #45A5EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A5EC is #BA5A13. Grayscale: #909090. Windows color (decimal): -12212756 or 15508805. OLE color: 15508805.
HSL color Cylindrical-coordinate representation of color #45A5EC: hue angle of 205.51º 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 #45A5EC is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 165 | 236 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.07 |
| HSL | 205.51º | 0.81% | 0.6% | - |
| HSV(B) | 205.51º | 0.71% | 0.93% | - |
| XYZ | 31.05 | 34.23 | 84.33 | - |
| YUV | 144.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 236 | 0.71 | 0.30 | 0 | 0.07 | 205.51 | 0.81 | 0.6 |
| Hex | 45 | A5 | EC | 47 | 1E | 0 | 7 | CE | 51 | 3C |
| Octal | 105 | 245 | 354 | 107 | 36 | 0 | 7 | 316 | 121 | 74 |
| Binary | 1000101 | 10100101 | 11101100 | 1000111 | 11110 | 0 | 111 | 11001110 | 1010001 | 111100 |
Color Harmonies of #45A5EC
Complementary color
Monochromatic Colors of #45A5EC
Black with #45A5EC
Text Example
Text Example
White with #45A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A5EC; }
p { color: rgb(69,165,236); }
H1.HeaderClassName
{
color: #45A5EC;
}
.AnyTagClassName
{
color: #45A5EC;
}
</style>
background-color css
<style>
a { background-color: #45A5EC; }
a { background-color: rgb(69,165,236); }
div.DivClassName
{
background-color: #45A5EC;
}
.BgClassName
{
background-color: #45A5EC;
}
</style>
border-color css
<style>
span { border-color: #45A5EC; }
span { border-color: rgb(69,165,236); }
td.TdClassName
{
border-color: #45A5EC;
}
.TagClassName
{
border-color: #45A5EC;
}
</style>