Shades of Summer Sky #45A8D5
Tints of Summer Sky #45A8D5
RGB
CMYK
RGB Variations
Color information
#45A8D5 (or 0x45A8D5) is known color: Summer Sky. HEX triplet: 45, A8 and D5. RGB value is (69,168,213). Sum of RGB (Red+Green+Blue) = 69+168+213=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #45A8D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A8D5 is #BA572A. Grayscale: #8F8F8F. Windows color (decimal): -12212011 or 14002245. OLE color: 14002245.
HSL color Cylindrical-coordinate representation of color #45A8D5: hue angle of 198.75º 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 #45A8D5 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 168 | 213 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.16 |
| HSL | 198.75º | 0.63% | 0.55% | - |
| HSV(B) | 198.75º | 0.68% | 0.84% | - |
| XYZ | 28.47 | 34.07 | 68.03 | - |
| YUV | 143.53 | 167.2 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 168 | 213 | 0.68 | 0.21 | 0 | 0.16 | 198.75 | 0.63 | 0.55 |
| Hex | 45 | A8 | D5 | 44 | 15 | 0 | 10 | C7 | 3F | 37 |
| Octal | 105 | 250 | 325 | 104 | 25 | 0 | 20 | 307 | 77 | 67 |
| Binary | 1000101 | 10101000 | 11010101 | 1000100 | 10101 | 0 | 10000 | 11000111 | 111111 | 110111 |
Color Harmonies of #45A8D5
Complementary color
Monochromatic Colors of #45A8D5
Black with #45A8D5
Text Example
Text Example
White with #45A8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A8D5; }
p { color: rgb(69,168,213); }
H1.HeaderClassName
{
color: #45A8D5;
}
.AnyTagClassName
{
color: #45A8D5;
}
</style>
background-color css
<style>
a { background-color: #45A8D5; }
a { background-color: rgb(69,168,213); }
div.DivClassName
{
background-color: #45A8D5;
}
.BgClassName
{
background-color: #45A8D5;
}
</style>
border-color css
<style>
span { border-color: #45A8D5; }
span { border-color: rgb(69,168,213); }
td.TdClassName
{
border-color: #45A8D5;
}
.TagClassName
{
border-color: #45A8D5;
}
</style>