Shades of Summer Sky #40BBD6
Tints of Summer Sky #40BBD6
RGB
CMYK
RGB Variations
Color information
#40BBD6 (or 0x40BBD6) is known color: Summer Sky. HEX triplet: 40, BB and D6. RGB value is (64,187,214). Sum of RGB (Red+Green+Blue) = 64+187+214=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #40BBD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBD6 is #BF4429. Grayscale: #999999. Windows color (decimal): -12534826 or 14072640. OLE color: 14072640.
HSL color Cylindrical-coordinate representation of color #40BBD6: hue angle of 190.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BBD6 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 187 | 214 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.16 |
| HSL | 190.8º | 0.65% | 0.55% | - |
| HSV(B) | 190.8º | 0.7% | 0.84% | - |
| XYZ | 32.02 | 41.49 | 69.94 | - |
| YUV | 153.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 214 | 0.70 | 0.13 | 0 | 0.16 | 190.8 | 0.65 | 0.55 |
| Hex | 40 | BB | D6 | 46 | D | 0 | 10 | BF | 41 | 37 |
| Octal | 100 | 273 | 326 | 106 | 15 | 0 | 20 | 277 | 101 | 67 |
| Binary | 1000000 | 10111011 | 11010110 | 1000110 | 1101 | 0 | 10000 | 10111111 | 1000001 | 110111 |
Color Harmonies of #40BBD6
Complementary color
Monochromatic Colors of #40BBD6
Black with #40BBD6
Text Example
Text Example
White with #40BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBD6; }
p { color: rgb(64,187,214); }
H1.HeaderClassName
{
color: #40BBD6;
}
.AnyTagClassName
{
color: #40BBD6;
}
</style>
background-color css
<style>
a { background-color: #40BBD6; }
a { background-color: rgb(64,187,214); }
div.DivClassName
{
background-color: #40BBD6;
}
.BgClassName
{
background-color: #40BBD6;
}
</style>
border-color css
<style>
span { border-color: #40BBD6; }
span { border-color: rgb(64,187,214); }
td.TdClassName
{
border-color: #40BBD6;
}
.TagClassName
{
border-color: #40BBD6;
}
</style>