Shades of Summer Sky #40BBDE
Tints of Summer Sky #40BBDE
RGB
CMYK
RGB Variations
Color information
#40BBDE (or 0x40BBDE) is known color: Summer Sky. HEX triplet: 40, BB and DE. RGB value is (64,187,222). Sum of RGB (Red+Green+Blue) = 64+187+222=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #40BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBDE is #BF4421. Grayscale: #999999. Windows color (decimal): -12534818 or 14596928. OLE color: 14596928.
HSL color Cylindrical-coordinate representation of color #40BBDE: hue angle of 193.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BBDE is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 187 | 222 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.13 |
| HSL | 193.29º | 0.71% | 0.56% | - |
| HSV(B) | 193.29º | 0.71% | 0.87% | - |
| XYZ | 33.07 | 41.9 | 75.45 | - |
| YUV | 154.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 222 | 0.71 | 0.16 | 0 | 0.13 | 193.29 | 0.71 | 0.56 |
| Hex | 40 | BB | DE | 47 | 10 | 0 | D | C1 | 47 | 38 |
| Octal | 100 | 273 | 336 | 107 | 20 | 0 | 15 | 301 | 107 | 70 |
| Binary | 1000000 | 10111011 | 11011110 | 1000111 | 10000 | 0 | 1101 | 11000001 | 1000111 | 111000 |
Color Harmonies of #40BBDE
Complementary color
Monochromatic Colors of #40BBDE
Black with #40BBDE
Text Example
Text Example
White with #40BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBDE; }
p { color: rgb(64,187,222); }
H1.HeaderClassName
{
color: #40BBDE;
}
.AnyTagClassName
{
color: #40BBDE;
}
</style>
background-color css
<style>
a { background-color: #40BBDE; }
a { background-color: rgb(64,187,222); }
div.DivClassName
{
background-color: #40BBDE;
}
.BgClassName
{
background-color: #40BBDE;
}
</style>
border-color css
<style>
span { border-color: #40BBDE; }
span { border-color: rgb(64,187,222); }
td.TdClassName
{
border-color: #40BBDE;
}
.TagClassName
{
border-color: #40BBDE;
}
</style>