Shades of Summer Sky #40BBEC
Tints of Summer Sky #40BBEC
RGB
CMYK
RGB Variations
Color information
#40BBEC (or 0x40BBEC) is known color: Summer Sky. HEX triplet: 40, BB and EC. RGB value is (64,187,236). Sum of RGB (Red+Green+Blue) = 64+187+236=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #40BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBEC is #BF4413. Grayscale: #9B9B9B. Windows color (decimal): -12534804 or 15514432. OLE color: 15514432.
HSL color Cylindrical-coordinate representation of color #40BBEC: hue angle of 197.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BBEC is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 187 | 236 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.07 |
| HSL | 197.09º | 0.82% | 0.59% | - |
| HSV(B) | 197.09º | 0.73% | 0.93% | - |
| XYZ | 35.03 | 42.69 | 85.75 | - |
| YUV | 155.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 236 | 0.73 | 0.21 | 0 | 0.07 | 197.09 | 0.82 | 0.59 |
| Hex | 40 | BB | EC | 49 | 15 | 0 | 7 | C5 | 52 | 3B |
| Octal | 100 | 273 | 354 | 111 | 25 | 0 | 7 | 305 | 122 | 73 |
| Binary | 1000000 | 10111011 | 11101100 | 1001001 | 10101 | 0 | 111 | 11000101 | 1010010 | 111011 |
Color Harmonies of #40BBEC
Complementary color
Monochromatic Colors of #40BBEC
Black with #40BBEC
Text Example
Text Example
White with #40BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBEC; }
p { color: rgb(64,187,236); }
H1.HeaderClassName
{
color: #40BBEC;
}
.AnyTagClassName
{
color: #40BBEC;
}
</style>
background-color css
<style>
a { background-color: #40BBEC; }
a { background-color: rgb(64,187,236); }
div.DivClassName
{
background-color: #40BBEC;
}
.BgClassName
{
background-color: #40BBEC;
}
</style>
border-color css
<style>
span { border-color: #40BBEC; }
span { border-color: rgb(64,187,236); }
td.TdClassName
{
border-color: #40BBEC;
}
.TagClassName
{
border-color: #40BBEC;
}
</style>