Shades of Summer Sky #40ABDF
Tints of Summer Sky #40ABDF
RGB
CMYK
RGB Variations
Color information
#40ABDF (or 0x40ABDF) is known color: Summer Sky. HEX triplet: 40, AB and DF. RGB value is (64,171,223). Sum of RGB (Red+Green+Blue) = 64+171+223=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #40ABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABDF is #BF5420. Grayscale: #909090. Windows color (decimal): -12538913 or 14658368. OLE color: 14658368.
HSL color Cylindrical-coordinate representation of color #40ABDF: hue angle of 199.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40ABDF is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 171 | 223 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.13 |
| HSL | 199.62º | 0.71% | 0.56% | - |
| HSV(B) | 199.62º | 0.71% | 0.87% | - |
| XYZ | 30 | 35.54 | 75.09 | - |
| YUV | 144.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 223 | 0.71 | 0.23 | 0 | 0.13 | 199.62 | 0.71 | 0.56 |
| Hex | 40 | AB | DF | 47 | 17 | 0 | D | C8 | 47 | 38 |
| Octal | 100 | 253 | 337 | 107 | 27 | 0 | 15 | 310 | 107 | 70 |
| Binary | 1000000 | 10101011 | 11011111 | 1000111 | 10111 | 0 | 1101 | 11001000 | 1000111 | 111000 |
Color Harmonies of #40ABDF
Complementary color
Monochromatic Colors of #40ABDF
Black with #40ABDF
Text Example
Text Example
White with #40ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABDF; }
p { color: rgb(64,171,223); }
H1.HeaderClassName
{
color: #40ABDF;
}
.AnyTagClassName
{
color: #40ABDF;
}
</style>
background-color css
<style>
a { background-color: #40ABDF; }
a { background-color: rgb(64,171,223); }
div.DivClassName
{
background-color: #40ABDF;
}
.BgClassName
{
background-color: #40ABDF;
}
</style>
border-color css
<style>
span { border-color: #40ABDF; }
span { border-color: rgb(64,171,223); }
td.TdClassName
{
border-color: #40ABDF;
}
.TagClassName
{
border-color: #40ABDF;
}
</style>