Shades of Summer Sky #40ABFD
Tints of Summer Sky #40ABFD
RGB
CMYK
RGB Variations
Color information
#40ABFD (or 0x40ABFD) is known color: Summer Sky. HEX triplet: 40, AB and FD. RGB value is (64,171,253). Sum of RGB (Red+Green+Blue) = 64+171+253=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #40ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABFD is #BF5402. Grayscale: #939393. Windows color (decimal): -12538883 or 16624448. OLE color: 16624448.
HSL color Cylindrical-coordinate representation of color #40ABFD: hue angle of 206.03º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40ABFD is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 171 | 253 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.01 |
| HSL | 206.03º | 0.98% | 0.62% | - |
| HSV(B) | 206.03º | 0.75% | 0.99% | - |
| XYZ | 34.41 | 37.31 | 98.32 | - |
| YUV | 148.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 253 | 0.75 | 0.32 | 0 | 0.01 | 206.03 | 0.98 | 0.62 |
| Hex | 40 | AB | FD | 4B | 20 | 0 | 1 | CE | 62 | 3E |
| Octal | 100 | 253 | 375 | 113 | 40 | 0 | 1 | 316 | 142 | 76 |
| Binary | 1000000 | 10101011 | 11111101 | 1001011 | 100000 | 0 | 1 | 11001110 | 1100010 | 111110 |
Color Harmonies of #40ABFD
Complementary color
Monochromatic Colors of #40ABFD
Black with #40ABFD
Text Example
Text Example
White with #40ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABFD; }
p { color: rgb(64,171,253); }
H1.HeaderClassName
{
color: #40ABFD;
}
.AnyTagClassName
{
color: #40ABFD;
}
</style>
background-color css
<style>
a { background-color: #40ABFD; }
a { background-color: rgb(64,171,253); }
div.DivClassName
{
background-color: #40ABFD;
}
.BgClassName
{
background-color: #40ABFD;
}
</style>
border-color css
<style>
span { border-color: #40ABFD; }
span { border-color: rgb(64,171,253); }
td.TdClassName
{
border-color: #40ABFD;
}
.TagClassName
{
border-color: #40ABFD;
}
</style>