Shades of Summer Sky #40B9DB
Tints of Summer Sky #40B9DB
RGB
CMYK
RGB Variations
Color information
#40B9DB (or 0x40B9DB) is known color: Summer Sky. HEX triplet: 40, B9 and DB. RGB value is (64,185,219). Sum of RGB (Red+Green+Blue) = 64+185+219=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B9DB is #BF4624. Grayscale: #989898. Windows color (decimal): -12535333 or 14399808. OLE color: 14399808.
HSL color Cylindrical-coordinate representation of color #40B9DB: hue angle of 193.16º 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 #40B9DB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 185 | 219 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.14 |
| HSL | 193.16º | 0.68% | 0.55% | - |
| HSV(B) | 193.16º | 0.71% | 0.86% | - |
| XYZ | 32.25 | 40.9 | 73.21 | - |
| YUV | 152.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 219 | 0.71 | 0.16 | 0 | 0.14 | 193.16 | 0.68 | 0.55 |
| Hex | 40 | B9 | DB | 47 | 10 | 0 | E | C1 | 44 | 37 |
| Octal | 100 | 271 | 333 | 107 | 20 | 0 | 16 | 301 | 104 | 67 |
| Binary | 1000000 | 10111001 | 11011011 | 1000111 | 10000 | 0 | 1110 | 11000001 | 1000100 | 110111 |
Color Harmonies of #40B9DB
Complementary color
Monochromatic Colors of #40B9DB
Black with #40B9DB
Text Example
Text Example
White with #40B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B9DB; }
p { color: rgb(64,185,219); }
H1.HeaderClassName
{
color: #40B9DB;
}
.AnyTagClassName
{
color: #40B9DB;
}
</style>
background-color css
<style>
a { background-color: #40B9DB; }
a { background-color: rgb(64,185,219); }
div.DivClassName
{
background-color: #40B9DB;
}
.BgClassName
{
background-color: #40B9DB;
}
</style>
border-color css
<style>
span { border-color: #40B9DB; }
span { border-color: rgb(64,185,219); }
td.TdClassName
{
border-color: #40B9DB;
}
.TagClassName
{
border-color: #40B9DB;
}
</style>