Shades of Summer Sky #45ACE3
Tints of Summer Sky #45ACE3
RGB
CMYK
RGB Variations
Color information
#45ACE3 (or 0x45ACE3) is known color: Summer Sky. HEX triplet: 45, AC and E3. RGB value is (69,172,227). Sum of RGB (Red+Green+Blue) = 69+172+227=468 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.74% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #45ACE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ACE3 is #BA531C. Grayscale: #939393. Windows color (decimal): -12210973 or 14920773. OLE color: 14920773.
HSL color Cylindrical-coordinate representation of color #45ACE3: hue angle of 200.89º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45ACE3 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 172 | 227 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.11 |
| HSL | 200.89º | 0.74% | 0.58% | - |
| HSV(B) | 200.89º | 0.7% | 0.89% | - |
| XYZ | 31.07 | 36.32 | 78.05 | - |
| YUV | 147.47 | 172.88 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 227 | 0.70 | 0.24 | 0 | 0.11 | 200.89 | 0.74 | 0.58 |
| Hex | 45 | AC | E3 | 46 | 18 | 0 | B | C9 | 4A | 3A |
| Octal | 105 | 254 | 343 | 106 | 30 | 0 | 13 | 311 | 112 | 72 |
| Binary | 1000101 | 10101100 | 11100011 | 1000110 | 11000 | 0 | 1011 | 11001001 | 1001010 | 111010 |
Color Harmonies of #45ACE3
Complementary color
Monochromatic Colors of #45ACE3
Black with #45ACE3
Text Example
Text Example
White with #45ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ACE3; }
p { color: rgb(69,172,227); }
H1.HeaderClassName
{
color: #45ACE3;
}
.AnyTagClassName
{
color: #45ACE3;
}
</style>
background-color css
<style>
a { background-color: #45ACE3; }
a { background-color: rgb(69,172,227); }
div.DivClassName
{
background-color: #45ACE3;
}
.BgClassName
{
background-color: #45ACE3;
}
</style>
border-color css
<style>
span { border-color: #45ACE3; }
span { border-color: rgb(69,172,227); }
td.TdClassName
{
border-color: #45ACE3;
}
.TagClassName
{
border-color: #45ACE3;
}
</style>