Shades of Summer Sky #40ABDB
Tints of Summer Sky #40ABDB
RGB
CMYK
RGB Variations
Color information
#40ABDB (or 0x40ABDB) is known color: Summer Sky. HEX triplet: 40, AB and DB. RGB value is (64,171,219). Sum of RGB (Red+Green+Blue) = 64+171+219=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #40ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABDB is #BF5424. Grayscale: #909090. Windows color (decimal): -12538917 or 14396224. OLE color: 14396224.
HSL color Cylindrical-coordinate representation of color #40ABDB: hue angle of 198.58º 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 #40ABDB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 171 | 219 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.14 |
| HSL | 198.58º | 0.68% | 0.55% | - |
| HSV(B) | 198.58º | 0.71% | 0.86% | - |
| XYZ | 29.46 | 35.33 | 72.28 | - |
| YUV | 144.48 | 170.05 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 219 | 0.71 | 0.22 | 0 | 0.14 | 198.58 | 0.68 | 0.55 |
| Hex | 40 | AB | DB | 47 | 16 | 0 | E | C7 | 44 | 37 |
| Octal | 100 | 253 | 333 | 107 | 26 | 0 | 16 | 307 | 104 | 67 |
| Binary | 1000000 | 10101011 | 11011011 | 1000111 | 10110 | 0 | 1110 | 11000111 | 1000100 | 110111 |
Color Harmonies of #40ABDB
Complementary color
Monochromatic Colors of #40ABDB
Black with #40ABDB
Text Example
Text Example
White with #40ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABDB; }
p { color: rgb(64,171,219); }
H1.HeaderClassName
{
color: #40ABDB;
}
.AnyTagClassName
{
color: #40ABDB;
}
</style>
background-color css
<style>
a { background-color: #40ABDB; }
a { background-color: rgb(64,171,219); }
div.DivClassName
{
background-color: #40ABDB;
}
.BgClassName
{
background-color: #40ABDB;
}
</style>
border-color css
<style>
span { border-color: #40ABDB; }
span { border-color: rgb(64,171,219); }
td.TdClassName
{
border-color: #40ABDB;
}
.TagClassName
{
border-color: #40ABDB;
}
</style>