Shades of Summer Sky #45B7ED
Tints of Summer Sky #45B7ED
RGB
CMYK
RGB Variations
Color information
#45B7ED (or 0x45B7ED) is known color: Summer Sky. HEX triplet: 45, B7 and ED. RGB value is (69,183,237). Sum of RGB (Red+Green+Blue) = 69+183+237=489 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.11% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #45B7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45B7ED is #BA4812. Grayscale: #9A9A9A. Windows color (decimal): -12208147 or 15578949. OLE color: 15578949.
HSL color Cylindrical-coordinate representation of color #45B7ED: hue angle of 199.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45B7ED is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 183 | 237 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.07 |
| HSL | 199.29º | 0.82% | 0.6% | - |
| HSV(B) | 199.29º | 0.71% | 0.93% | - |
| XYZ | 34.67 | 41.25 | 86.25 | - |
| YUV | 155.07 | 174.23 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 237 | 0.71 | 0.23 | 0 | 0.07 | 199.29 | 0.82 | 0.6 |
| Hex | 45 | B7 | ED | 47 | 17 | 0 | 7 | C7 | 52 | 3C |
| Octal | 105 | 267 | 355 | 107 | 27 | 0 | 7 | 307 | 122 | 74 |
| Binary | 1000101 | 10110111 | 11101101 | 1000111 | 10111 | 0 | 111 | 11000111 | 1010010 | 111100 |
Color Harmonies of #45B7ED
Complementary color
Monochromatic Colors of #45B7ED
Black with #45B7ED
Text Example
Text Example
White with #45B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B7ED; }
p { color: rgb(69,183,237); }
H1.HeaderClassName
{
color: #45B7ED;
}
.AnyTagClassName
{
color: #45B7ED;
}
</style>
background-color css
<style>
a { background-color: #45B7ED; }
a { background-color: rgb(69,183,237); }
div.DivClassName
{
background-color: #45B7ED;
}
.BgClassName
{
background-color: #45B7ED;
}
</style>
border-color css
<style>
span { border-color: #45B7ED; }
span { border-color: rgb(69,183,237); }
td.TdClassName
{
border-color: #45B7ED;
}
.TagClassName
{
border-color: #45B7ED;
}
</style>