Shades of Summer Sky #40BFD7
Tints of Summer Sky #40BFD7
RGB
CMYK
RGB Variations
Color information
#40BFD7 (or 0x40BFD7) is known color: Summer Sky. HEX triplet: 40, BF and D7. RGB value is (64,191,215). Sum of RGB (Red+Green+Blue) = 64+191+215=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #40BFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFD7 is #BF4028. Grayscale: #9B9B9B. Windows color (decimal): -12533801 or 14139200. OLE color: 14139200.
HSL color Cylindrical-coordinate representation of color #40BFD7: hue angle of 189.54º 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 #40BFD7 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 191 | 215 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.16 |
| HSL | 189.54º | 0.65% | 0.55% | - |
| HSV(B) | 189.54º | 0.7% | 0.84% | - |
| XYZ | 33.01 | 43.26 | 70.9 | - |
| YUV | 155.76 | 161.42 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 215 | 0.70 | 0.11 | 0 | 0.16 | 189.54 | 0.65 | 0.55 |
| Hex | 40 | BF | D7 | 46 | B | 0 | 10 | BE | 41 | 37 |
| Octal | 100 | 277 | 327 | 106 | 13 | 0 | 20 | 276 | 101 | 67 |
| Binary | 1000000 | 10111111 | 11010111 | 1000110 | 1011 | 0 | 10000 | 10111110 | 1000001 | 110111 |
Color Harmonies of #40BFD7
Complementary color
Monochromatic Colors of #40BFD7
Black with #40BFD7
Text Example
Text Example
White with #40BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFD7; }
p { color: rgb(64,191,215); }
H1.HeaderClassName
{
color: #40BFD7;
}
.AnyTagClassName
{
color: #40BFD7;
}
</style>
background-color css
<style>
a { background-color: #40BFD7; }
a { background-color: rgb(64,191,215); }
div.DivClassName
{
background-color: #40BFD7;
}
.BgClassName
{
background-color: #40BFD7;
}
</style>
border-color css
<style>
span { border-color: #40BFD7; }
span { border-color: rgb(64,191,215); }
td.TdClassName
{
border-color: #40BFD7;
}
.TagClassName
{
border-color: #40BFD7;
}
</style>