Shades of Summer Sky #45ABFD
Tints of Summer Sky #45ABFD
RGB
CMYK
RGB Variations
Color information
#45ABFD (or 0x45ABFD) is known color: Summer Sky. HEX triplet: 45, AB and FD. RGB value is (69,171,253). Sum of RGB (Red+Green+Blue) = 69+171+253=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #45ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ABFD is #BA5402. Grayscale: #959595. Windows color (decimal): -12211203 or 16624453. OLE color: 16624453.
HSL color Cylindrical-coordinate representation of color #45ABFD: hue angle of 206.74º 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 #45ABFD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 171 | 253 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.01 |
| HSL | 206.74º | 0.98% | 0.63% | - |
| HSV(B) | 206.74º | 0.73% | 0.99% | - |
| XYZ | 34.75 | 37.48 | 98.33 | - |
| YUV | 149.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 253 | 0.73 | 0.32 | 0 | 0.01 | 206.74 | 0.98 | 0.63 |
| Hex | 45 | AB | FD | 49 | 20 | 0 | 1 | CF | 62 | 3F |
| Octal | 105 | 253 | 375 | 111 | 40 | 0 | 1 | 317 | 142 | 77 |
| Binary | 1000101 | 10101011 | 11111101 | 1001001 | 100000 | 0 | 1 | 11001111 | 1100010 | 111111 |
Color Harmonies of #45ABFD
Complementary color
Monochromatic Colors of #45ABFD
Black with #45ABFD
Text Example
Text Example
White with #45ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABFD; }
p { color: rgb(69,171,253); }
H1.HeaderClassName
{
color: #45ABFD;
}
.AnyTagClassName
{
color: #45ABFD;
}
</style>
background-color css
<style>
a { background-color: #45ABFD; }
a { background-color: rgb(69,171,253); }
div.DivClassName
{
background-color: #45ABFD;
}
.BgClassName
{
background-color: #45ABFD;
}
</style>
border-color css
<style>
span { border-color: #45ABFD; }
span { border-color: rgb(69,171,253); }
td.TdClassName
{
border-color: #45ABFD;
}
.TagClassName
{
border-color: #45ABFD;
}
</style>