Shades of Summer Sky #45A8DC
Tints of Summer Sky #45A8DC
RGB
CMYK
RGB Variations
Color information
#45A8DC (or 0x45A8DC) is known color: Summer Sky. HEX triplet: 45, A8 and DC. RGB value is (69,168,220). Sum of RGB (Red+Green+Blue) = 69+168+220=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #45A8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A8DC is #BA5723. Grayscale: #909090. Windows color (decimal): -12212004 or 14460997. OLE color: 14460997.
HSL color Cylindrical-coordinate representation of color #45A8DC: hue angle of 200.66º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45A8DC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 168 | 220 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.14 |
| HSL | 200.66º | 0.68% | 0.57% | - |
| HSV(B) | 200.66º | 0.69% | 0.86% | - |
| XYZ | 29.38 | 34.44 | 72.81 | - |
| YUV | 144.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 168 | 220 | 0.69 | 0.24 | 0 | 0.14 | 200.66 | 0.68 | 0.57 |
| Hex | 45 | A8 | DC | 45 | 18 | 0 | E | C9 | 44 | 39 |
| Octal | 105 | 250 | 334 | 105 | 30 | 0 | 16 | 311 | 104 | 71 |
| Binary | 1000101 | 10101000 | 11011100 | 1000101 | 11000 | 0 | 1110 | 11001001 | 1000100 | 111001 |
Color Harmonies of #45A8DC
Complementary color
Monochromatic Colors of #45A8DC
Black with #45A8DC
Text Example
Text Example
White with #45A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A8DC; }
p { color: rgb(69,168,220); }
H1.HeaderClassName
{
color: #45A8DC;
}
.AnyTagClassName
{
color: #45A8DC;
}
</style>
background-color css
<style>
a { background-color: #45A8DC; }
a { background-color: rgb(69,168,220); }
div.DivClassName
{
background-color: #45A8DC;
}
.BgClassName
{
background-color: #45A8DC;
}
</style>
border-color css
<style>
span { border-color: #45A8DC; }
span { border-color: rgb(69,168,220); }
td.TdClassName
{
border-color: #45A8DC;
}
.TagClassName
{
border-color: #45A8DC;
}
</style>