Shades of Summer Sky #40B6DB
Tints of Summer Sky #40B6DB
RGB
CMYK
RGB Variations
Color information
#40B6DB (or 0x40B6DB) is known color: Summer Sky. HEX triplet: 40, B6 and DB. RGB value is (64,182,219). Sum of RGB (Red+Green+Blue) = 64+182+219=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B6DB is #BF4924. Grayscale: #969696. Windows color (decimal): -12536101 or 14399040. OLE color: 14399040.
HSL color Cylindrical-coordinate representation of color #40B6DB: hue angle of 194.32º 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 #40B6DB is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 182 | 219 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.14 |
| HSL | 194.32º | 0.68% | 0.55% | - |
| HSV(B) | 194.32º | 0.71% | 0.86% | - |
| XYZ | 31.63 | 39.66 | 73.01 | - |
| YUV | 150.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 219 | 0.71 | 0.17 | 0 | 0.14 | 194.32 | 0.68 | 0.55 |
| Hex | 40 | B6 | DB | 47 | 11 | 0 | E | C2 | 44 | 37 |
| Octal | 100 | 266 | 333 | 107 | 21 | 0 | 16 | 302 | 104 | 67 |
| Binary | 1000000 | 10110110 | 11011011 | 1000111 | 10001 | 0 | 1110 | 11000010 | 1000100 | 110111 |
Color Harmonies of #40B6DB
Complementary color
Monochromatic Colors of #40B6DB
Black with #40B6DB
Text Example
Text Example
White with #40B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B6DB; }
p { color: rgb(64,182,219); }
H1.HeaderClassName
{
color: #40B6DB;
}
.AnyTagClassName
{
color: #40B6DB;
}
</style>
background-color css
<style>
a { background-color: #40B6DB; }
a { background-color: rgb(64,182,219); }
div.DivClassName
{
background-color: #40B6DB;
}
.BgClassName
{
background-color: #40B6DB;
}
</style>
border-color css
<style>
span { border-color: #40B6DB; }
span { border-color: rgb(64,182,219); }
td.TdClassName
{
border-color: #40B6DB;
}
.TagClassName
{
border-color: #40B6DB;
}
</style>