Shades of Summer Sky #45ADFF
Tints of Summer Sky #45ADFF
RGB
CMYK
RGB Variations
Color information
#45ADFF (or 0x45ADFF) is known color: Summer Sky. HEX triplet: 45, AD and FF. RGB value is (69,173,255). Sum of RGB (Red+Green+Blue) = 69+173+255=497 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.88% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #45ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ADFF is #BA5200. Grayscale: #969696. Windows color (decimal): -12210689 or 16756037. OLE color: 16756037.
HSL color Cylindrical-coordinate representation of color #45ADFF: hue angle of 206.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45ADFF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 173 | 255 | - |
| CMYK | 0.73 | 0.32 | 0 | 0 |
| HSL | 206.45º | 1% | 0.64% | - |
| HSV(B) | 206.45º | 0.73% | 1% | - |
| XYZ | 35.45 | 38.37 | 100.15 | - |
| YUV | 151.25 | 186.54 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 255 | 0.73 | 0.32 | 0 | 0 | 206.45 | 1 | 0.64 |
| Hex | 45 | AD | FF | 49 | 20 | 0 | 0 | CE | 64 | 40 |
| Octal | 105 | 255 | 377 | 111 | 40 | 0 | 0 | 316 | 144 | 100 |
| Binary | 1000101 | 10101101 | 11111111 | 1001001 | 100000 | 0 | 0 | 11001110 | 1100100 | 1000000 |
Color Harmonies of #45ADFF
Complementary color
Monochromatic Colors of #45ADFF
Black with #45ADFF
Text Example
Text Example
White with #45ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ADFF; }
p { color: rgb(69,173,255); }
H1.HeaderClassName
{
color: #45ADFF;
}
.AnyTagClassName
{
color: #45ADFF;
}
</style>
background-color css
<style>
a { background-color: #45ADFF; }
a { background-color: rgb(69,173,255); }
div.DivClassName
{
background-color: #45ADFF;
}
.BgClassName
{
background-color: #45ADFF;
}
</style>
border-color css
<style>
span { border-color: #45ADFF; }
span { border-color: rgb(69,173,255); }
td.TdClassName
{
border-color: #45ADFF;
}
.TagClassName
{
border-color: #45ADFF;
}
</style>