Shades of Summer Sky #40D6F9
Tints of Summer Sky #40D6F9
RGB
CMYK
RGB Variations
Color information
#40D6F9 (or 0x40D6F9) is known color: Summer Sky. HEX triplet: 40, D6 and F9. RGB value is (64,214,249). Sum of RGB (Red+Green+Blue) = 64+214+249=527 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.14% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #40D6F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D6F9 is #BF2906. Grayscale: #ACACAC. Windows color (decimal): -12527879 or 16373312. OLE color: 16373312.
HSL color Cylindrical-coordinate representation of color #40D6F9: hue angle of 191.35º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40D6F9 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 214 | 249 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.02 |
| HSL | 191.35º | 0.94% | 0.61% | - |
| HSV(B) | 191.35º | 0.74% | 0.98% | - |
| XYZ | 43.26 | 56.02 | 98.16 | - |
| YUV | 173.14 | 170.81 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 249 | 0.74 | 0.14 | 0 | 0.02 | 191.35 | 0.94 | 0.61 |
| Hex | 40 | D6 | F9 | 4A | E | 0 | 2 | BF | 5E | 3D |
| Octal | 100 | 326 | 371 | 112 | 16 | 0 | 2 | 277 | 136 | 75 |
| Binary | 1000000 | 11010110 | 11111001 | 1001010 | 1110 | 0 | 10 | 10111111 | 1011110 | 111101 |
Color Harmonies of #40D6F9
Complementary color
Monochromatic Colors of #40D6F9
Black with #40D6F9
Text Example
Text Example
White with #40D6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D6F9; }
p { color: rgb(64,214,249); }
H1.HeaderClassName
{
color: #40D6F9;
}
.AnyTagClassName
{
color: #40D6F9;
}
</style>
background-color css
<style>
a { background-color: #40D6F9; }
a { background-color: rgb(64,214,249); }
div.DivClassName
{
background-color: #40D6F9;
}
.BgClassName
{
background-color: #40D6F9;
}
</style>
border-color css
<style>
span { border-color: #40D6F9; }
span { border-color: rgb(64,214,249); }
td.TdClassName
{
border-color: #40D6F9;
}
.TagClassName
{
border-color: #40D6F9;
}
</style>