Shades of Summer Sky #45ADEF
Tints of Summer Sky #45ADEF
RGB
CMYK
RGB Variations
Color information
#45ADEF (or 0x45ADEF) is known color: Summer Sky. HEX triplet: 45, AD and EF. RGB value is (69,173,239). Sum of RGB (Red+Green+Blue) = 69+173+239=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #45ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ADEF is #BA5210. Grayscale: #959595. Windows color (decimal): -12210705 or 15707461. OLE color: 15707461.
HSL color Cylindrical-coordinate representation of color #45ADEF: hue angle of 203.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ADEF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 173 | 239 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.06 |
| HSL | 203.29º | 0.84% | 0.6% | - |
| HSV(B) | 203.29º | 0.71% | 0.94% | - |
| XYZ | 32.98 | 37.38 | 87.14 | - |
| YUV | 149.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 239 | 0.71 | 0.28 | 0 | 0.06 | 203.29 | 0.84 | 0.6 |
| Hex | 45 | AD | EF | 47 | 1C | 0 | 6 | CB | 54 | 3C |
| Octal | 105 | 255 | 357 | 107 | 34 | 0 | 6 | 313 | 124 | 74 |
| Binary | 1000101 | 10101101 | 11101111 | 1000111 | 11100 | 0 | 110 | 11001011 | 1010100 | 111100 |
Color Harmonies of #45ADEF
Complementary color
Monochromatic Colors of #45ADEF
Black with #45ADEF
Text Example
Text Example
White with #45ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ADEF; }
p { color: rgb(69,173,239); }
H1.HeaderClassName
{
color: #45ADEF;
}
.AnyTagClassName
{
color: #45ADEF;
}
</style>
background-color css
<style>
a { background-color: #45ADEF; }
a { background-color: rgb(69,173,239); }
div.DivClassName
{
background-color: #45ADEF;
}
.BgClassName
{
background-color: #45ADEF;
}
</style>
border-color css
<style>
span { border-color: #45ADEF; }
span { border-color: rgb(69,173,239); }
td.TdClassName
{
border-color: #45ADEF;
}
.TagClassName
{
border-color: #45ADEF;
}
</style>