Shades of Summer Sky #45ACF9
Tints of Summer Sky #45ACF9
RGB
CMYK
RGB Variations
Color information
#45ACF9 (or 0x45ACF9) is known color: Summer Sky. HEX triplet: 45, AC and F9. RGB value is (69,172,249). Sum of RGB (Red+Green+Blue) = 69+172+249=490 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.08% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #45ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ACF9 is #BA5306. Grayscale: #959595. Windows color (decimal): -12210951 or 16362565. OLE color: 16362565.
HSL color Cylindrical-coordinate representation of color #45ACF9: hue angle of 205.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45ACF9 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 172 | 249 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.02 |
| HSL | 205.67º | 0.94% | 0.62% | - |
| HSV(B) | 205.67º | 0.72% | 0.98% | - |
| XYZ | 34.31 | 37.61 | 95.07 | - |
| YUV | 149.98 | 183.88 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 249 | 0.72 | 0.31 | 0 | 0.02 | 205.67 | 0.94 | 0.62 |
| Hex | 45 | AC | F9 | 48 | 1F | 0 | 2 | CE | 5E | 3E |
| Octal | 105 | 254 | 371 | 110 | 37 | 0 | 2 | 316 | 136 | 76 |
| Binary | 1000101 | 10101100 | 11111001 | 1001000 | 11111 | 0 | 10 | 11001110 | 1011110 | 111110 |
Color Harmonies of #45ACF9
Complementary color
Monochromatic Colors of #45ACF9
Black with #45ACF9
Text Example
Text Example
White with #45ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ACF9; }
p { color: rgb(69,172,249); }
H1.HeaderClassName
{
color: #45ACF9;
}
.AnyTagClassName
{
color: #45ACF9;
}
</style>
background-color css
<style>
a { background-color: #45ACF9; }
a { background-color: rgb(69,172,249); }
div.DivClassName
{
background-color: #45ACF9;
}
.BgClassName
{
background-color: #45ACF9;
}
</style>
border-color css
<style>
span { border-color: #45ACF9; }
span { border-color: rgb(69,172,249); }
td.TdClassName
{
border-color: #45ACF9;
}
.TagClassName
{
border-color: #45ACF9;
}
</style>