Shades of Summer Sky #45B3EC
Tints of Summer Sky #45B3EC
RGB
CMYK
RGB Variations
Color information
#45B3EC (or 0x45B3EC) is known color: Summer Sky. HEX triplet: 45, B3 and EC. RGB value is (69,179,236). Sum of RGB (Red+Green+Blue) = 69+179+236=484 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.26% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #45B3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45B3EC is #BA4C13. Grayscale: #989898. Windows color (decimal): -12209172 or 15512389. OLE color: 15512389.
HSL color Cylindrical-coordinate representation of color #45B3EC: hue angle of 200.48º 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 #45B3EC is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 179 | 236 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.07 |
| HSL | 200.48º | 0.81% | 0.6% | - |
| HSV(B) | 200.48º | 0.71% | 0.93% | - |
| XYZ | 33.71 | 39.56 | 85.22 | - |
| YUV | 152.61 | 175.06 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 236 | 0.71 | 0.24 | 0 | 0.07 | 200.48 | 0.81 | 0.6 |
| Hex | 45 | B3 | EC | 47 | 18 | 0 | 7 | C8 | 51 | 3C |
| Octal | 105 | 263 | 354 | 107 | 30 | 0 | 7 | 310 | 121 | 74 |
| Binary | 1000101 | 10110011 | 11101100 | 1000111 | 11000 | 0 | 111 | 11001000 | 1010001 | 111100 |
Color Harmonies of #45B3EC
Complementary color
Monochromatic Colors of #45B3EC
Black with #45B3EC
Text Example
Text Example
White with #45B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B3EC; }
p { color: rgb(69,179,236); }
H1.HeaderClassName
{
color: #45B3EC;
}
.AnyTagClassName
{
color: #45B3EC;
}
</style>
background-color css
<style>
a { background-color: #45B3EC; }
a { background-color: rgb(69,179,236); }
div.DivClassName
{
background-color: #45B3EC;
}
.BgClassName
{
background-color: #45B3EC;
}
</style>
border-color css
<style>
span { border-color: #45B3EC; }
span { border-color: rgb(69,179,236); }
td.TdClassName
{
border-color: #45B3EC;
}
.TagClassName
{
border-color: #45B3EC;
}
</style>