Shades of Summer Sky #40ABEC
Tints of Summer Sky #40ABEC
RGB
CMYK
RGB Variations
Color information
#40ABEC (or 0x40ABEC) is known color: Summer Sky. HEX triplet: 40, AB and EC. RGB value is (64,171,236). Sum of RGB (Red+Green+Blue) = 64+171+236=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #40ABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABEC is #BF5413. Grayscale: #929292. Windows color (decimal): -12538900 or 15510336. OLE color: 15510336.
HSL color Cylindrical-coordinate representation of color #40ABEC: hue angle of 202.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ABEC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 171 | 236 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.07 |
| HSL | 202.67º | 0.82% | 0.59% | - |
| HSV(B) | 202.67º | 0.73% | 0.93% | - |
| XYZ | 31.82 | 36.27 | 84.68 | - |
| YUV | 146.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 236 | 0.73 | 0.28 | 0 | 0.07 | 202.67 | 0.82 | 0.59 |
| Hex | 40 | AB | EC | 49 | 1C | 0 | 7 | CB | 52 | 3B |
| Octal | 100 | 253 | 354 | 111 | 34 | 0 | 7 | 313 | 122 | 73 |
| Binary | 1000000 | 10101011 | 11101100 | 1001001 | 11100 | 0 | 111 | 11001011 | 1010010 | 111011 |
Color Harmonies of #40ABEC
Complementary color
Monochromatic Colors of #40ABEC
Black with #40ABEC
Text Example
Text Example
White with #40ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABEC; }
p { color: rgb(64,171,236); }
H1.HeaderClassName
{
color: #40ABEC;
}
.AnyTagClassName
{
color: #40ABEC;
}
</style>
background-color css
<style>
a { background-color: #40ABEC; }
a { background-color: rgb(64,171,236); }
div.DivClassName
{
background-color: #40ABEC;
}
.BgClassName
{
background-color: #40ABEC;
}
</style>
border-color css
<style>
span { border-color: #40ABEC; }
span { border-color: rgb(64,171,236); }
td.TdClassName
{
border-color: #40ABEC;
}
.TagClassName
{
border-color: #40ABEC;
}
</style>