Shades of Summer Sky #45BEE1
Tints of Summer Sky #45BEE1
RGB
CMYK
RGB Variations
Color information
#45BEE1 (or 0x45BEE1) is known color: Summer Sky. HEX triplet: 45, BE and E1. RGB value is (69,190,225). Sum of RGB (Red+Green+Blue) = 69+190+225=484 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.26% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #45BEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEE1 is #BA411E. Grayscale: #9D9D9D. Windows color (decimal): -12206367 or 14794309. OLE color: 14794309.
HSL color Cylindrical-coordinate representation of color #45BEE1: hue angle of 193.46º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45BEE1 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 190 | 225 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.12 |
| HSL | 193.46º | 0.72% | 0.58% | - |
| HSV(B) | 193.46º | 0.69% | 0.88% | - |
| XYZ | 34.46 | 43.53 | 77.82 | - |
| YUV | 157.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 225 | 0.69 | 0.16 | 0 | 0.12 | 193.46 | 0.72 | 0.58 |
| Hex | 45 | BE | E1 | 45 | 10 | 0 | C | C1 | 48 | 3A |
| Octal | 105 | 276 | 341 | 105 | 20 | 0 | 14 | 301 | 110 | 72 |
| Binary | 1000101 | 10111110 | 11100001 | 1000101 | 10000 | 0 | 1100 | 11000001 | 1001000 | 111010 |
Color Harmonies of #45BEE1
Complementary color
Monochromatic Colors of #45BEE1
Black with #45BEE1
Text Example
Text Example
White with #45BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEE1; }
p { color: rgb(69,190,225); }
H1.HeaderClassName
{
color: #45BEE1;
}
.AnyTagClassName
{
color: #45BEE1;
}
</style>
background-color css
<style>
a { background-color: #45BEE1; }
a { background-color: rgb(69,190,225); }
div.DivClassName
{
background-color: #45BEE1;
}
.BgClassName
{
background-color: #45BEE1;
}
</style>
border-color css
<style>
span { border-color: #45BEE1; }
span { border-color: rgb(69,190,225); }
td.TdClassName
{
border-color: #45BEE1;
}
.TagClassName
{
border-color: #45BEE1;
}
</style>