Shades of Summer Sky #45A3F8
Tints of Summer Sky #45A3F8
RGB
CMYK
RGB Variations
Color information
#45A3F8 (or 0x45A3F8) is known color: Summer Sky. HEX triplet: 45, A3 and F8. RGB value is (69,163,248). Sum of RGB (Red+Green+Blue) = 69+163+248=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #45A3F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A3F8 is #BA5C07. Grayscale: #909090. Windows color (decimal): -12213256 or 16294725. OLE color: 16294725.
HSL color Cylindrical-coordinate representation of color #45A3F8: hue angle of 208.49º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45A3F8 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 163 | 248 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.03 |
| HSL | 208.49º | 0.93% | 0.62% | - |
| HSV(B) | 208.49º | 0.72% | 0.97% | - |
| XYZ | 32.49 | 34.24 | 93.7 | - |
| YUV | 144.58 | 186.36 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 248 | 0.72 | 0.34 | 0 | 0.03 | 208.49 | 0.93 | 0.62 |
| Hex | 45 | A3 | F8 | 48 | 22 | 0 | 3 | D0 | 5D | 3E |
| Octal | 105 | 243 | 370 | 110 | 42 | 0 | 3 | 320 | 135 | 76 |
| Binary | 1000101 | 10100011 | 11111000 | 1001000 | 100010 | 0 | 11 | 11010000 | 1011101 | 111110 |
Color Harmonies of #45A3F8
Complementary color
Monochromatic Colors of #45A3F8
Black with #45A3F8
Text Example
Text Example
White with #45A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A3F8; }
p { color: rgb(69,163,248); }
H1.HeaderClassName
{
color: #45A3F8;
}
.AnyTagClassName
{
color: #45A3F8;
}
</style>
background-color css
<style>
a { background-color: #45A3F8; }
a { background-color: rgb(69,163,248); }
div.DivClassName
{
background-color: #45A3F8;
}
.BgClassName
{
background-color: #45A3F8;
}
</style>
border-color css
<style>
span { border-color: #45A3F8; }
span { border-color: rgb(69,163,248); }
td.TdClassName
{
border-color: #45A3F8;
}
.TagClassName
{
border-color: #45A3F8;
}
</style>