Shades of Summer Sky #45ADE1
Tints of Summer Sky #45ADE1
RGB
CMYK
RGB Variations
Color information
#45ADE1 (or 0x45ADE1) is known color: Summer Sky. HEX triplet: 45, AD and E1. RGB value is (69,173,225). Sum of RGB (Red+Green+Blue) = 69+173+225=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #45ADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ADE1 is #BA521E. Grayscale: #939393. Windows color (decimal): -12210719 or 14789957. OLE color: 14789957.
HSL color Cylindrical-coordinate representation of color #45ADE1: hue angle of 200º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45ADE1 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 173 | 225 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.12 |
| HSL | 200º | 0.72% | 0.58% | - |
| HSV(B) | 200º | 0.69% | 0.88% | - |
| XYZ | 30.99 | 36.59 | 76.66 | - |
| YUV | 147.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 225 | 0.69 | 0.23 | 0 | 0.12 | 200 | 0.72 | 0.58 |
| Hex | 45 | AD | E1 | 45 | 17 | 0 | C | C8 | 48 | 3A |
| Octal | 105 | 255 | 341 | 105 | 27 | 0 | 14 | 310 | 110 | 72 |
| Binary | 1000101 | 10101101 | 11100001 | 1000101 | 10111 | 0 | 1100 | 11001000 | 1001000 | 111010 |
Color Harmonies of #45ADE1
Complementary color
Monochromatic Colors of #45ADE1
Black with #45ADE1
Text Example
Text Example
White with #45ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ADE1; }
p { color: rgb(69,173,225); }
H1.HeaderClassName
{
color: #45ADE1;
}
.AnyTagClassName
{
color: #45ADE1;
}
</style>
background-color css
<style>
a { background-color: #45ADE1; }
a { background-color: rgb(69,173,225); }
div.DivClassName
{
background-color: #45ADE1;
}
.BgClassName
{
background-color: #45ADE1;
}
</style>
border-color css
<style>
span { border-color: #45ADE1; }
span { border-color: rgb(69,173,225); }
td.TdClassName
{
border-color: #45ADE1;
}
.TagClassName
{
border-color: #45ADE1;
}
</style>