Shades of Summer Sky #40D3FE
Tints of Summer Sky #40D3FE
RGB
CMYK
RGB Variations
Color information
#40D3FE (or 0x40D3FE) is known color: Summer Sky. HEX triplet: 40, D3 and FE. RGB value is (64,211,254). Sum of RGB (Red+Green+Blue) = 64+211+254=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #40D3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D3FE is #BF2C01. Grayscale: #ABABAB. Windows color (decimal): -12528642 or 16700224. OLE color: 16700224.
HSL color Cylindrical-coordinate representation of color #40D3FE: hue angle of 193.58º 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 #40D3FE is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 211 | 254 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.00 |
| HSL | 193.58º | 0.99% | 0.62% | - |
| HSV(B) | 193.58º | 0.75% | 1% | - |
| XYZ | 43.3 | 54.83 | 102.07 | - |
| YUV | 171.95 | 174.3 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 254 | 0.75 | 0.17 | 0 | 0.00 | 193.58 | 0.99 | 0.62 |
| Hex | 40 | D3 | FE | 4B | 11 | 0 | 0 | C2 | 63 | 3E |
| Octal | 100 | 323 | 376 | 113 | 21 | 0 | 0 | 302 | 143 | 76 |
| Binary | 1000000 | 11010011 | 11111110 | 1001011 | 10001 | 0 | 0 | 11000010 | 1100011 | 111110 |
Color Harmonies of #40D3FE
Complementary color
Monochromatic Colors of #40D3FE
Black with #40D3FE
Text Example
Text Example
White with #40D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3FE; }
p { color: rgb(64,211,254); }
H1.HeaderClassName
{
color: #40D3FE;
}
.AnyTagClassName
{
color: #40D3FE;
}
</style>
background-color css
<style>
a { background-color: #40D3FE; }
a { background-color: rgb(64,211,254); }
div.DivClassName
{
background-color: #40D3FE;
}
.BgClassName
{
background-color: #40D3FE;
}
</style>
border-color css
<style>
span { border-color: #40D3FE; }
span { border-color: rgb(64,211,254); }
td.TdClassName
{
border-color: #40D3FE;
}
.TagClassName
{
border-color: #40D3FE;
}
</style>