Shades of Summer Sky #40BFD6
Tints of Summer Sky #40BFD6
RGB
CMYK
RGB Variations
Color information
#40BFD6 (or 0x40BFD6) is known color: Summer Sky. HEX triplet: 40, BF and D6. RGB value is (64,191,214). Sum of RGB (Red+Green+Blue) = 64+191+214=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #40BFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFD6 is #BF4029. Grayscale: #9B9B9B. Windows color (decimal): -12533802 or 14073664. OLE color: 14073664.
HSL color Cylindrical-coordinate representation of color #40BFD6: hue angle of 189.2º 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 #40BFD6 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 191 | 214 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.16 |
| HSL | 189.2º | 0.65% | 0.55% | - |
| HSV(B) | 189.2º | 0.7% | 0.84% | - |
| XYZ | 32.88 | 43.21 | 70.22 | - |
| YUV | 155.65 | 160.92 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 214 | 0.70 | 0.11 | 0 | 0.16 | 189.2 | 0.65 | 0.55 |
| Hex | 40 | BF | D6 | 46 | B | 0 | 10 | BD | 41 | 37 |
| Octal | 100 | 277 | 326 | 106 | 13 | 0 | 20 | 275 | 101 | 67 |
| Binary | 1000000 | 10111111 | 11010110 | 1000110 | 1011 | 0 | 10000 | 10111101 | 1000001 | 110111 |
Color Harmonies of #40BFD6
Complementary color
Monochromatic Colors of #40BFD6
Black with #40BFD6
Text Example
Text Example
White with #40BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFD6; }
p { color: rgb(64,191,214); }
H1.HeaderClassName
{
color: #40BFD6;
}
.AnyTagClassName
{
color: #40BFD6;
}
</style>
background-color css
<style>
a { background-color: #40BFD6; }
a { background-color: rgb(64,191,214); }
div.DivClassName
{
background-color: #40BFD6;
}
.BgClassName
{
background-color: #40BFD6;
}
</style>
border-color css
<style>
span { border-color: #40BFD6; }
span { border-color: rgb(64,191,214); }
td.TdClassName
{
border-color: #40BFD6;
}
.TagClassName
{
border-color: #40BFD6;
}
</style>