Shades of Summer Sky #45A6DB
Tints of Summer Sky #45A6DB
RGB
CMYK
RGB Variations
Color information
#45A6DB (or 0x45A6DB) is known color: Summer Sky. HEX triplet: 45, A6 and DB. RGB value is (69,166,219). Sum of RGB (Red+Green+Blue) = 69+166+219=454 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.20% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #45A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A6DB is #BA5924. Grayscale: #8E8E8E. Windows color (decimal): -12212517 or 14394949. OLE color: 14394949.
HSL color Cylindrical-coordinate representation of color #45A6DB: hue angle of 201.2º 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 #45A6DB is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 166 | 219 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.14 |
| HSL | 201.2º | 0.68% | 0.56% | - |
| HSV(B) | 201.2º | 0.68% | 0.86% | - |
| XYZ | 28.88 | 33.65 | 71.99 | - |
| YUV | 143.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 219 | 0.68 | 0.24 | 0 | 0.14 | 201.2 | 0.68 | 0.56 |
| Hex | 45 | A6 | DB | 44 | 18 | 0 | E | C9 | 44 | 38 |
| Octal | 105 | 246 | 333 | 104 | 30 | 0 | 16 | 311 | 104 | 70 |
| Binary | 1000101 | 10100110 | 11011011 | 1000100 | 11000 | 0 | 1110 | 11001001 | 1000100 | 111000 |
Color Harmonies of #45A6DB
Complementary color
Monochromatic Colors of #45A6DB
Black with #45A6DB
Text Example
Text Example
White with #45A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A6DB; }
p { color: rgb(69,166,219); }
H1.HeaderClassName
{
color: #45A6DB;
}
.AnyTagClassName
{
color: #45A6DB;
}
</style>
background-color css
<style>
a { background-color: #45A6DB; }
a { background-color: rgb(69,166,219); }
div.DivClassName
{
background-color: #45A6DB;
}
.BgClassName
{
background-color: #45A6DB;
}
</style>
border-color css
<style>
span { border-color: #45A6DB; }
span { border-color: rgb(69,166,219); }
td.TdClassName
{
border-color: #45A6DB;
}
.TagClassName
{
border-color: #45A6DB;
}
</style>