Shades of Summer Sky #45BADD
Tints of Summer Sky #45BADD
RGB
CMYK
RGB Variations
Color information
#45BADD (or 0x45BADD) is known color: Summer Sky. HEX triplet: 45, BA and DD. RGB value is (69,186,221). Sum of RGB (Red+Green+Blue) = 69+186+221=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #45BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BADD is #BA4522. Grayscale: #9A9A9A. Windows color (decimal): -12207395 or 14531141. OLE color: 14531141.
HSL color Cylindrical-coordinate representation of color #45BADD: hue angle of 193.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45BADD is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 186 | 221 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.13 |
| HSL | 193.82º | 0.69% | 0.57% | - |
| HSV(B) | 193.82º | 0.69% | 0.87% | - |
| XYZ | 33.06 | 41.6 | 74.69 | - |
| YUV | 155.01 | 165.24 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 221 | 0.69 | 0.16 | 0 | 0.13 | 193.82 | 0.69 | 0.57 |
| Hex | 45 | BA | DD | 45 | 10 | 0 | D | C2 | 45 | 39 |
| Octal | 105 | 272 | 335 | 105 | 20 | 0 | 15 | 302 | 105 | 71 |
| Binary | 1000101 | 10111010 | 11011101 | 1000101 | 10000 | 0 | 1101 | 11000010 | 1000101 | 111001 |
Color Harmonies of #45BADD
Complementary color
Monochromatic Colors of #45BADD
Black with #45BADD
Text Example
Text Example
White with #45BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BADD; }
p { color: rgb(69,186,221); }
H1.HeaderClassName
{
color: #45BADD;
}
.AnyTagClassName
{
color: #45BADD;
}
</style>
background-color css
<style>
a { background-color: #45BADD; }
a { background-color: rgb(69,186,221); }
div.DivClassName
{
background-color: #45BADD;
}
.BgClassName
{
background-color: #45BADD;
}
</style>
border-color css
<style>
span { border-color: #45BADD; }
span { border-color: rgb(69,186,221); }
td.TdClassName
{
border-color: #45BADD;
}
.TagClassName
{
border-color: #45BADD;
}
</style>