Shades of Summer Sky #45B4EF
Tints of Summer Sky #45B4EF
RGB
CMYK
RGB Variations
Color information
#45B4EF (or 0x45B4EF) is known color: Summer Sky. HEX triplet: 45, B4 and EF. RGB value is (69,180,239). Sum of RGB (Red+Green+Blue) = 69+180+239=488 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.14% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #45B4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45B4EF is #BA4B10. Grayscale: #999999. Windows color (decimal): -12208913 or 15709253. OLE color: 15709253.
HSL color Cylindrical-coordinate representation of color #45B4EF: hue angle of 200.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45B4EF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 180 | 239 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.06 |
| HSL | 200.82º | 0.84% | 0.6% | - |
| HSV(B) | 200.82º | 0.71% | 0.94% | - |
| XYZ | 34.36 | 40.14 | 87.6 | - |
| YUV | 153.54 | 176.23 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 180 | 239 | 0.71 | 0.25 | 0 | 0.06 | 200.82 | 0.84 | 0.6 |
| Hex | 45 | B4 | EF | 47 | 19 | 0 | 6 | C9 | 54 | 3C |
| Octal | 105 | 264 | 357 | 107 | 31 | 0 | 6 | 311 | 124 | 74 |
| Binary | 1000101 | 10110100 | 11101111 | 1000111 | 11001 | 0 | 110 | 11001001 | 1010100 | 111100 |
Color Harmonies of #45B4EF
Complementary color
Monochromatic Colors of #45B4EF
Black with #45B4EF
Text Example
Text Example
White with #45B4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B4EF; }
p { color: rgb(69,180,239); }
H1.HeaderClassName
{
color: #45B4EF;
}
.AnyTagClassName
{
color: #45B4EF;
}
</style>
background-color css
<style>
a { background-color: #45B4EF; }
a { background-color: rgb(69,180,239); }
div.DivClassName
{
background-color: #45B4EF;
}
.BgClassName
{
background-color: #45B4EF;
}
</style>
border-color css
<style>
span { border-color: #45B4EF; }
span { border-color: rgb(69,180,239); }
td.TdClassName
{
border-color: #45B4EF;
}
.TagClassName
{
border-color: #45B4EF;
}
</style>