Shades of Summer Sky #40ABEF
Tints of Summer Sky #40ABEF
RGB
CMYK
RGB Variations
Color information
#40ABEF (or 0x40ABEF) is known color: Summer Sky. HEX triplet: 40, AB and EF. RGB value is (64,171,239). Sum of RGB (Red+Green+Blue) = 64+171+239=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #40ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABEF is #BF5410. Grayscale: #929292. Windows color (decimal): -12538897 or 15706944. OLE color: 15706944.
HSL color Cylindrical-coordinate representation of color #40ABEF: hue angle of 203.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ABEF is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 171 | 239 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.06 |
| HSL | 203.31º | 0.85% | 0.59% | - |
| HSV(B) | 203.31º | 0.73% | 0.94% | - |
| XYZ | 32.26 | 36.45 | 87 | - |
| YUV | 146.76 | 180.05 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 239 | 0.73 | 0.28 | 0 | 0.06 | 203.31 | 0.85 | 0.59 |
| Hex | 40 | AB | EF | 49 | 1C | 0 | 6 | CB | 55 | 3B |
| Octal | 100 | 253 | 357 | 111 | 34 | 0 | 6 | 313 | 125 | 73 |
| Binary | 1000000 | 10101011 | 11101111 | 1001001 | 11100 | 0 | 110 | 11001011 | 1010101 | 111011 |
Color Harmonies of #40ABEF
Complementary color
Monochromatic Colors of #40ABEF
Black with #40ABEF
Text Example
Text Example
White with #40ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABEF; }
p { color: rgb(64,171,239); }
H1.HeaderClassName
{
color: #40ABEF;
}
.AnyTagClassName
{
color: #40ABEF;
}
</style>
background-color css
<style>
a { background-color: #40ABEF; }
a { background-color: rgb(64,171,239); }
div.DivClassName
{
background-color: #40ABEF;
}
.BgClassName
{
background-color: #40ABEF;
}
</style>
border-color css
<style>
span { border-color: #40ABEF; }
span { border-color: rgb(64,171,239); }
td.TdClassName
{
border-color: #40ABEF;
}
.TagClassName
{
border-color: #40ABEF;
}
</style>