Shades of Summer Sky #45A2ED
Tints of Summer Sky #45A2ED
RGB
CMYK
RGB Variations
Color information
#45A2ED (or 0x45A2ED) is known color: Summer Sky. HEX triplet: 45, A2 and ED. RGB value is (69,162,237). Sum of RGB (Red+Green+Blue) = 69+162+237=468 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.74% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #45A2ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A2ED is #BA5D12. Grayscale: #8E8E8E. Windows color (decimal): -12213523 or 15573573. OLE color: 15573573.
HSL color Cylindrical-coordinate representation of color #45A2ED: hue angle of 206.79º degrees, saturation: 0.82, 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 #45A2ED is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 162 | 237 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.07 |
| HSL | 206.79º | 0.82% | 0.6% | - |
| HSV(B) | 206.79º | 0.71% | 0.93% | - |
| XYZ | 30.66 | 33.22 | 84.92 | - |
| YUV | 142.74 | 181.19 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 237 | 0.71 | 0.32 | 0 | 0.07 | 206.79 | 0.82 | 0.6 |
| Hex | 45 | A2 | ED | 47 | 20 | 0 | 7 | CF | 52 | 3C |
| Octal | 105 | 242 | 355 | 107 | 40 | 0 | 7 | 317 | 122 | 74 |
| Binary | 1000101 | 10100010 | 11101101 | 1000111 | 100000 | 0 | 111 | 11001111 | 1010010 | 111100 |
Color Harmonies of #45A2ED
Complementary color
Monochromatic Colors of #45A2ED
Black with #45A2ED
Text Example
Text Example
White with #45A2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A2ED; }
p { color: rgb(69,162,237); }
H1.HeaderClassName
{
color: #45A2ED;
}
.AnyTagClassName
{
color: #45A2ED;
}
</style>
background-color css
<style>
a { background-color: #45A2ED; }
a { background-color: rgb(69,162,237); }
div.DivClassName
{
background-color: #45A2ED;
}
.BgClassName
{
background-color: #45A2ED;
}
</style>
border-color css
<style>
span { border-color: #45A2ED; }
span { border-color: rgb(69,162,237); }
td.TdClassName
{
border-color: #45A2ED;
}
.TagClassName
{
border-color: #45A2ED;
}
</style>