Shades of Summer Sky #45ADFD
Tints of Summer Sky #45ADFD
RGB
CMYK
RGB Variations
Color information
#45ADFD (or 0x45ADFD) is known color: Summer Sky. HEX triplet: 45, AD and FD. RGB value is (69,173,253). Sum of RGB (Red+Green+Blue) = 69+173+253=495 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.94% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #45ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ADFD is #BA5202. Grayscale: #969696. Windows color (decimal): -12210691 or 16624965. OLE color: 16624965.
HSL color Cylindrical-coordinate representation of color #45ADFD: hue angle of 206.09º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45ADFD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 173 | 253 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.01 |
| HSL | 206.09º | 0.98% | 0.63% | - |
| HSV(B) | 206.09º | 0.73% | 0.99% | - |
| XYZ | 35.13 | 38.24 | 98.46 | - |
| YUV | 151.02 | 185.54 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 253 | 0.73 | 0.32 | 0 | 0.01 | 206.09 | 0.98 | 0.63 |
| Hex | 45 | AD | FD | 49 | 20 | 0 | 1 | CE | 62 | 3F |
| Octal | 105 | 255 | 375 | 111 | 40 | 0 | 1 | 316 | 142 | 77 |
| Binary | 1000101 | 10101101 | 11111101 | 1001001 | 100000 | 0 | 1 | 11001110 | 1100010 | 111111 |
Color Harmonies of #45ADFD
Complementary color
Monochromatic Colors of #45ADFD
Black with #45ADFD
Text Example
Text Example
White with #45ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ADFD; }
p { color: rgb(69,173,253); }
H1.HeaderClassName
{
color: #45ADFD;
}
.AnyTagClassName
{
color: #45ADFD;
}
</style>
background-color css
<style>
a { background-color: #45ADFD; }
a { background-color: rgb(69,173,253); }
div.DivClassName
{
background-color: #45ADFD;
}
.BgClassName
{
background-color: #45ADFD;
}
</style>
border-color css
<style>
span { border-color: #45ADFD; }
span { border-color: rgb(69,173,253); }
td.TdClassName
{
border-color: #45ADFD;
}
.TagClassName
{
border-color: #45ADFD;
}
</style>