Shades of Summer Sky #40D4FE
Tints of Summer Sky #40D4FE
RGB
CMYK
RGB Variations
Color information
#40D4FE (or 0x40D4FE) is known color: Summer Sky. HEX triplet: 40, D4 and FE. RGB value is (64,212,254). Sum of RGB (Red+Green+Blue) = 64+212+254=530 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.08% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #40D4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D4FE is #BF2B01. Grayscale: #ACACAC. Windows color (decimal): -12528386 or 16700480. OLE color: 16700480.
HSL color Cylindrical-coordinate representation of color #40D4FE: hue angle of 193.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D4FE is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 212 | 254 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.00 |
| HSL | 193.26º | 0.99% | 0.62% | - |
| HSV(B) | 193.26º | 0.75% | 1% | - |
| XYZ | 43.55 | 55.33 | 102.15 | - |
| YUV | 172.54 | 173.97 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 254 | 0.75 | 0.17 | 0 | 0.00 | 193.26 | 0.99 | 0.62 |
| Hex | 40 | D4 | FE | 4B | 11 | 0 | 0 | C1 | 63 | 3E |
| Octal | 100 | 324 | 376 | 113 | 21 | 0 | 0 | 301 | 143 | 76 |
| Binary | 1000000 | 11010100 | 11111110 | 1001011 | 10001 | 0 | 0 | 11000001 | 1100011 | 111110 |
Color Harmonies of #40D4FE
Complementary color
Monochromatic Colors of #40D4FE
Black with #40D4FE
Text Example
Text Example
White with #40D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D4FE; }
p { color: rgb(64,212,254); }
H1.HeaderClassName
{
color: #40D4FE;
}
.AnyTagClassName
{
color: #40D4FE;
}
</style>
background-color css
<style>
a { background-color: #40D4FE; }
a { background-color: rgb(64,212,254); }
div.DivClassName
{
background-color: #40D4FE;
}
.BgClassName
{
background-color: #40D4FE;
}
</style>
border-color css
<style>
span { border-color: #40D4FE; }
span { border-color: rgb(64,212,254); }
td.TdClassName
{
border-color: #40D4FE;
}
.TagClassName
{
border-color: #40D4FE;
}
</style>