Shades of Summer Sky #40BFDB
Tints of Summer Sky #40BFDB
RGB
CMYK
RGB Variations
Color information
#40BFDB (or 0x40BFDB) is known color: Summer Sky. HEX triplet: 40, BF and DB. RGB value is (64,191,219). Sum of RGB (Red+Green+Blue) = 64+191+219=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #40BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFDB is #BF4024. Grayscale: #9B9B9B. Windows color (decimal): -12533797 or 14401344. OLE color: 14401344.
HSL color Cylindrical-coordinate representation of color #40BFDB: hue angle of 190.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BFDB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 191 | 219 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.14 |
| HSL | 190.84º | 0.68% | 0.55% | - |
| HSV(B) | 190.84º | 0.71% | 0.86% | - |
| XYZ | 33.53 | 43.47 | 73.64 | - |
| YUV | 156.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 219 | 0.71 | 0.13 | 0 | 0.14 | 190.84 | 0.68 | 0.55 |
| Hex | 40 | BF | DB | 47 | D | 0 | E | BF | 44 | 37 |
| Octal | 100 | 277 | 333 | 107 | 15 | 0 | 16 | 277 | 104 | 67 |
| Binary | 1000000 | 10111111 | 11011011 | 1000111 | 1101 | 0 | 1110 | 10111111 | 1000100 | 110111 |
Color Harmonies of #40BFDB
Complementary color
Monochromatic Colors of #40BFDB
Black with #40BFDB
Text Example
Text Example
White with #40BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFDB; }
p { color: rgb(64,191,219); }
H1.HeaderClassName
{
color: #40BFDB;
}
.AnyTagClassName
{
color: #40BFDB;
}
</style>
background-color css
<style>
a { background-color: #40BFDB; }
a { background-color: rgb(64,191,219); }
div.DivClassName
{
background-color: #40BFDB;
}
.BgClassName
{
background-color: #40BFDB;
}
</style>
border-color css
<style>
span { border-color: #40BFDB; }
span { border-color: rgb(64,191,219); }
td.TdClassName
{
border-color: #40BFDB;
}
.TagClassName
{
border-color: #40BFDB;
}
</style>