Shades of Summer Sky #45BDEF
Tints of Summer Sky #45BDEF
RGB
CMYK
RGB Variations
Color information
#45BDEF (or 0x45BDEF) is known color: Summer Sky. HEX triplet: 45, BD and EF. RGB value is (69,189,239). Sum of RGB (Red+Green+Blue) = 69+189+239=497 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.88% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #45BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BDEF is #BA4210. Grayscale: #9E9E9E. Windows color (decimal): -12206609 or 15711557. OLE color: 15711557.
HSL color Cylindrical-coordinate representation of color #45BDEF: hue angle of 197.65º 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 #45BDEF is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 189 | 239 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.06 |
| HSL | 197.65º | 0.84% | 0.6% | - |
| HSV(B) | 197.65º | 0.71% | 0.94% | - |
| XYZ | 36.23 | 43.89 | 88.22 | - |
| YUV | 158.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 239 | 0.71 | 0.21 | 0 | 0.06 | 197.65 | 0.84 | 0.6 |
| Hex | 45 | BD | EF | 47 | 15 | 0 | 6 | C6 | 54 | 3C |
| Octal | 105 | 275 | 357 | 107 | 25 | 0 | 6 | 306 | 124 | 74 |
| Binary | 1000101 | 10111101 | 11101111 | 1000111 | 10101 | 0 | 110 | 11000110 | 1010100 | 111100 |
Color Harmonies of #45BDEF
Complementary color
Monochromatic Colors of #45BDEF
Black with #45BDEF
Text Example
Text Example
White with #45BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BDEF; }
p { color: rgb(69,189,239); }
H1.HeaderClassName
{
color: #45BDEF;
}
.AnyTagClassName
{
color: #45BDEF;
}
</style>
background-color css
<style>
a { background-color: #45BDEF; }
a { background-color: rgb(69,189,239); }
div.DivClassName
{
background-color: #45BDEF;
}
.BgClassName
{
background-color: #45BDEF;
}
</style>
border-color css
<style>
span { border-color: #45BDEF; }
span { border-color: rgb(69,189,239); }
td.TdClassName
{
border-color: #45BDEF;
}
.TagClassName
{
border-color: #45BDEF;
}
</style>