Shades of Summer Sky #40B2DB
Tints of Summer Sky #40B2DB
RGB
CMYK
RGB Variations
Color information
#40B2DB (or 0x40B2DB) is known color: Summer Sky. HEX triplet: 40, B2 and DB. RGB value is (64,178,219). Sum of RGB (Red+Green+Blue) = 64+178+219=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B2DB is #BF4D24. Grayscale: #949494. Windows color (decimal): -12537125 or 14398016. OLE color: 14398016.
HSL color Cylindrical-coordinate representation of color #40B2DB: hue angle of 195.87º 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 #40B2DB is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 178 | 219 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.14 |
| HSL | 195.87º | 0.68% | 0.55% | - |
| HSV(B) | 195.87º | 0.71% | 0.86% | - |
| XYZ | 30.82 | 38.05 | 72.74 | - |
| YUV | 148.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 219 | 0.71 | 0.19 | 0 | 0.14 | 195.87 | 0.68 | 0.55 |
| Hex | 40 | B2 | DB | 47 | 13 | 0 | E | C4 | 44 | 37 |
| Octal | 100 | 262 | 333 | 107 | 23 | 0 | 16 | 304 | 104 | 67 |
| Binary | 1000000 | 10110010 | 11011011 | 1000111 | 10011 | 0 | 1110 | 11000100 | 1000100 | 110111 |
Color Harmonies of #40B2DB
Complementary color
Monochromatic Colors of #40B2DB
Black with #40B2DB
Text Example
Text Example
White with #40B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B2DB; }
p { color: rgb(64,178,219); }
H1.HeaderClassName
{
color: #40B2DB;
}
.AnyTagClassName
{
color: #40B2DB;
}
</style>
background-color css
<style>
a { background-color: #40B2DB; }
a { background-color: rgb(64,178,219); }
div.DivClassName
{
background-color: #40B2DB;
}
.BgClassName
{
background-color: #40B2DB;
}
</style>
border-color css
<style>
span { border-color: #40B2DB; }
span { border-color: rgb(64,178,219); }
td.TdClassName
{
border-color: #40B2DB;
}
.TagClassName
{
border-color: #40B2DB;
}
</style>