Shades of Summer Sky #45BBEC
Tints of Summer Sky #45BBEC
RGB
CMYK
RGB Variations
Color information
#45BBEC (or 0x45BBEC) is known color: Summer Sky. HEX triplet: 45, BB and EC. RGB value is (69,187,236). Sum of RGB (Red+Green+Blue) = 69+187+236=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #45BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BBEC is #BA4413. Grayscale: #9C9C9C. Windows color (decimal): -12207124 or 15514437. OLE color: 15514437.
HSL color Cylindrical-coordinate representation of color #45BBEC: hue angle of 197.6º degrees, saturation: 0.81, 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 #45BBEC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 187 | 236 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.07 |
| HSL | 197.6º | 0.81% | 0.6% | - |
| HSV(B) | 197.6º | 0.71% | 0.93% | - |
| XYZ | 35.36 | 42.86 | 85.77 | - |
| YUV | 157.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 236 | 0.71 | 0.21 | 0 | 0.07 | 197.6 | 0.81 | 0.6 |
| Hex | 45 | BB | EC | 47 | 15 | 0 | 7 | C6 | 51 | 3C |
| Octal | 105 | 273 | 354 | 107 | 25 | 0 | 7 | 306 | 121 | 74 |
| Binary | 1000101 | 10111011 | 11101100 | 1000111 | 10101 | 0 | 111 | 11000110 | 1010001 | 111100 |
Color Harmonies of #45BBEC
Complementary color
Monochromatic Colors of #45BBEC
Black with #45BBEC
Text Example
Text Example
White with #45BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BBEC; }
p { color: rgb(69,187,236); }
H1.HeaderClassName
{
color: #45BBEC;
}
.AnyTagClassName
{
color: #45BBEC;
}
</style>
background-color css
<style>
a { background-color: #45BBEC; }
a { background-color: rgb(69,187,236); }
div.DivClassName
{
background-color: #45BBEC;
}
.BgClassName
{
background-color: #45BBEC;
}
</style>
border-color css
<style>
span { border-color: #45BBEC; }
span { border-color: rgb(69,187,236); }
td.TdClassName
{
border-color: #45BBEC;
}
.TagClassName
{
border-color: #45BBEC;
}
</style>