Shades of Summer Sky #45ABE5
Tints of Summer Sky #45ABE5
RGB
CMYK
RGB Variations
Color information
#45ABE5 (or 0x45ABE5) is known color: Summer Sky. HEX triplet: 45, AB and E5. RGB value is (69,171,229). Sum of RGB (Red+Green+Blue) = 69+171+229=469 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.71% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #45ABE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ABE5 is #BA541A. Grayscale: #929292. Windows color (decimal): -12211227 or 15051589. OLE color: 15051589.
HSL color Cylindrical-coordinate representation of color #45ABE5: hue angle of 201.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45ABE5 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 171 | 229 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.10 |
| HSL | 201.75º | 0.75% | 0.58% | - |
| HSV(B) | 201.75º | 0.7% | 0.9% | - |
| XYZ | 31.16 | 36.05 | 79.44 | - |
| YUV | 147.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 229 | 0.70 | 0.25 | 0 | 0.10 | 201.75 | 0.75 | 0.58 |
| Hex | 45 | AB | E5 | 46 | 19 | 0 | A | CA | 4B | 3A |
| Octal | 105 | 253 | 345 | 106 | 31 | 0 | 12 | 312 | 113 | 72 |
| Binary | 1000101 | 10101011 | 11100101 | 1000110 | 11001 | 0 | 1010 | 11001010 | 1001011 | 111010 |
Color Harmonies of #45ABE5
Complementary color
Monochromatic Colors of #45ABE5
Black with #45ABE5
Text Example
Text Example
White with #45ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABE5; }
p { color: rgb(69,171,229); }
H1.HeaderClassName
{
color: #45ABE5;
}
.AnyTagClassName
{
color: #45ABE5;
}
</style>
background-color css
<style>
a { background-color: #45ABE5; }
a { background-color: rgb(69,171,229); }
div.DivClassName
{
background-color: #45ABE5;
}
.BgClassName
{
background-color: #45ABE5;
}
</style>
border-color css
<style>
span { border-color: #45ABE5; }
span { border-color: rgb(69,171,229); }
td.TdClassName
{
border-color: #45ABE5;
}
.TagClassName
{
border-color: #45ABE5;
}
</style>