Shades of Summer Sky #45A9DB
Tints of Summer Sky #45A9DB
RGB
CMYK
RGB Variations
Color information
#45A9DB (or 0x45A9DB) is known color: Summer Sky. HEX triplet: 45, A9 and DB. RGB value is (69,169,219). Sum of RGB (Red+Green+Blue) = 69+169+219=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #45A9DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A9DB is #BA5624. Grayscale: #909090. Windows color (decimal): -12211749 or 14395717. OLE color: 14395717.
HSL color Cylindrical-coordinate representation of color #45A9DB: hue angle of 200º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45A9DB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 169 | 219 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.14 |
| HSL | 200º | 0.68% | 0.56% | - |
| HSV(B) | 200º | 0.68% | 0.86% | - |
| XYZ | 29.43 | 34.76 | 72.18 | - |
| YUV | 144.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 219 | 0.68 | 0.23 | 0 | 0.14 | 200 | 0.68 | 0.56 |
| Hex | 45 | A9 | DB | 44 | 17 | 0 | E | C8 | 44 | 38 |
| Octal | 105 | 251 | 333 | 104 | 27 | 0 | 16 | 310 | 104 | 70 |
| Binary | 1000101 | 10101001 | 11011011 | 1000100 | 10111 | 0 | 1110 | 11001000 | 1000100 | 111000 |
Color Harmonies of #45A9DB
Complementary color
Monochromatic Colors of #45A9DB
Black with #45A9DB
Text Example
Text Example
White with #45A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A9DB; }
p { color: rgb(69,169,219); }
H1.HeaderClassName
{
color: #45A9DB;
}
.AnyTagClassName
{
color: #45A9DB;
}
</style>
background-color css
<style>
a { background-color: #45A9DB; }
a { background-color: rgb(69,169,219); }
div.DivClassName
{
background-color: #45A9DB;
}
.BgClassName
{
background-color: #45A9DB;
}
</style>
border-color css
<style>
span { border-color: #45A9DB; }
span { border-color: rgb(69,169,219); }
td.TdClassName
{
border-color: #45A9DB;
}
.TagClassName
{
border-color: #45A9DB;
}
</style>