Shades of Summer Sky #45ADDC
Tints of Summer Sky #45ADDC
RGB
CMYK
RGB Variations
Color information
#45ADDC (or 0x45ADDC) is known color: Summer Sky. HEX triplet: 45, AD and DC. RGB value is (69,173,220). Sum of RGB (Red+Green+Blue) = 69+173+220=462 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.94% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #45ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ADDC is #BA5223. Grayscale: #929292. Windows color (decimal): -12210724 or 14462277. OLE color: 14462277.
HSL color Cylindrical-coordinate representation of color #45ADDC: hue angle of 198.68º 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 #45ADDC is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 173 | 220 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.14 |
| HSL | 198.68º | 0.68% | 0.57% | - |
| HSV(B) | 198.68º | 0.69% | 0.86% | - |
| XYZ | 30.32 | 36.32 | 73.12 | - |
| YUV | 147.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 220 | 0.69 | 0.21 | 0 | 0.14 | 198.68 | 0.68 | 0.57 |
| Hex | 45 | AD | DC | 45 | 15 | 0 | E | C7 | 44 | 39 |
| Octal | 105 | 255 | 334 | 105 | 25 | 0 | 16 | 307 | 104 | 71 |
| Binary | 1000101 | 10101101 | 11011100 | 1000101 | 10101 | 0 | 1110 | 11000111 | 1000100 | 111001 |
Color Harmonies of #45ADDC
Complementary color
Monochromatic Colors of #45ADDC
Black with #45ADDC
Text Example
Text Example
White with #45ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ADDC; }
p { color: rgb(69,173,220); }
H1.HeaderClassName
{
color: #45ADDC;
}
.AnyTagClassName
{
color: #45ADDC;
}
</style>
background-color css
<style>
a { background-color: #45ADDC; }
a { background-color: rgb(69,173,220); }
div.DivClassName
{
background-color: #45ADDC;
}
.BgClassName
{
background-color: #45ADDC;
}
</style>
border-color css
<style>
span { border-color: #45ADDC; }
span { border-color: rgb(69,173,220); }
td.TdClassName
{
border-color: #45ADDC;
}
.TagClassName
{
border-color: #45ADDC;
}
</style>