Shades of Summer Sky #40B8DB
Tints of Summer Sky #40B8DB
RGB
CMYK
RGB Variations
Color information
#40B8DB (or 0x40B8DB) is known color: Summer Sky. HEX triplet: 40, B8 and DB. RGB value is (64,184,219). Sum of RGB (Red+Green+Blue) = 64+184+219=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B8DB is #BF4724. Grayscale: #979797. Windows color (decimal): -12535589 or 14399552. OLE color: 14399552.
HSL color Cylindrical-coordinate representation of color #40B8DB: hue angle of 193.55º 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 #40B8DB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 184 | 219 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.14 |
| HSL | 193.55º | 0.68% | 0.55% | - |
| HSV(B) | 193.55º | 0.71% | 0.86% | - |
| XYZ | 32.04 | 40.49 | 73.14 | - |
| YUV | 152.11 | 165.74 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 219 | 0.71 | 0.16 | 0 | 0.14 | 193.55 | 0.68 | 0.55 |
| Hex | 40 | B8 | DB | 47 | 10 | 0 | E | C2 | 44 | 37 |
| Octal | 100 | 270 | 333 | 107 | 20 | 0 | 16 | 302 | 104 | 67 |
| Binary | 1000000 | 10111000 | 11011011 | 1000111 | 10000 | 0 | 1110 | 11000010 | 1000100 | 110111 |
Color Harmonies of #40B8DB
Complementary color
Monochromatic Colors of #40B8DB
Black with #40B8DB
Text Example
Text Example
White with #40B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B8DB; }
p { color: rgb(64,184,219); }
H1.HeaderClassName
{
color: #40B8DB;
}
.AnyTagClassName
{
color: #40B8DB;
}
</style>
background-color css
<style>
a { background-color: #40B8DB; }
a { background-color: rgb(64,184,219); }
div.DivClassName
{
background-color: #40B8DB;
}
.BgClassName
{
background-color: #40B8DB;
}
</style>
border-color css
<style>
span { border-color: #40B8DB; }
span { border-color: rgb(64,184,219); }
td.TdClassName
{
border-color: #40B8DB;
}
.TagClassName
{
border-color: #40B8DB;
}
</style>