Shades of Summer Sky #45A4D5
Tints of Summer Sky #45A4D5
RGB
CMYK
RGB Variations
Color information
#45A4D5 (or 0x45A4D5) is known color: Summer Sky. HEX triplet: 45, A4 and D5. RGB value is (69,164,213). Sum of RGB (Red+Green+Blue) = 69+164+213=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #45A4D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A4D5 is #BA5B2A. Grayscale: #8C8C8C. Windows color (decimal): -12213035 or 14001221. OLE color: 14001221.
HSL color Cylindrical-coordinate representation of color #45A4D5: hue angle of 200.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45A4D5 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 164 | 213 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.16 |
| HSL | 200.42º | 0.63% | 0.55% | - |
| HSV(B) | 200.42º | 0.68% | 0.84% | - |
| XYZ | 27.74 | 32.62 | 67.79 | - |
| YUV | 141.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 164 | 213 | 0.68 | 0.23 | 0 | 0.16 | 200.42 | 0.63 | 0.55 |
| Hex | 45 | A4 | D5 | 44 | 17 | 0 | 10 | C8 | 3F | 37 |
| Octal | 105 | 244 | 325 | 104 | 27 | 0 | 20 | 310 | 77 | 67 |
| Binary | 1000101 | 10100100 | 11010101 | 1000100 | 10111 | 0 | 10000 | 11001000 | 111111 | 110111 |
Color Harmonies of #45A4D5
Complementary color
Monochromatic Colors of #45A4D5
Black with #45A4D5
Text Example
Text Example
White with #45A4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A4D5; }
p { color: rgb(69,164,213); }
H1.HeaderClassName
{
color: #45A4D5;
}
.AnyTagClassName
{
color: #45A4D5;
}
</style>
background-color css
<style>
a { background-color: #45A4D5; }
a { background-color: rgb(69,164,213); }
div.DivClassName
{
background-color: #45A4D5;
}
.BgClassName
{
background-color: #45A4D5;
}
</style>
border-color css
<style>
span { border-color: #45A4D5; }
span { border-color: rgb(69,164,213); }
td.TdClassName
{
border-color: #45A4D5;
}
.TagClassName
{
border-color: #45A4D5;
}
</style>