Shades of Summer Sky #40C4EF
Tints of Summer Sky #40C4EF
RGB
CMYK
RGB Variations
Color information
#40C4EF (or 0x40C4EF) is known color: Summer Sky. HEX triplet: 40, C4 and EF. RGB value is (64,196,239). Sum of RGB (Red+Green+Blue) = 64+196+239=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #40C4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4EF is #BF3B10. Grayscale: #A1A1A1. Windows color (decimal): -12532497 or 15713344. OLE color: 15713344.
HSL color Cylindrical-coordinate representation of color #40C4EF: hue angle of 194.74º 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 #40C4EF is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 196 | 239 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.06 |
| HSL | 194.74º | 0.85% | 0.59% | - |
| HSV(B) | 194.74º | 0.73% | 0.94% | - |
| XYZ | 37.43 | 46.8 | 88.72 | - |
| YUV | 161.43 | 171.77 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 239 | 0.73 | 0.18 | 0 | 0.06 | 194.74 | 0.85 | 0.59 |
| Hex | 40 | C4 | EF | 49 | 12 | 0 | 6 | C3 | 55 | 3B |
| Octal | 100 | 304 | 357 | 111 | 22 | 0 | 6 | 303 | 125 | 73 |
| Binary | 1000000 | 11000100 | 11101111 | 1001001 | 10010 | 0 | 110 | 11000011 | 1010101 | 111011 |
Color Harmonies of #40C4EF
Complementary color
Monochromatic Colors of #40C4EF
Black with #40C4EF
Text Example
Text Example
White with #40C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C4EF; }
p { color: rgb(64,196,239); }
H1.HeaderClassName
{
color: #40C4EF;
}
.AnyTagClassName
{
color: #40C4EF;
}
</style>
background-color css
<style>
a { background-color: #40C4EF; }
a { background-color: rgb(64,196,239); }
div.DivClassName
{
background-color: #40C4EF;
}
.BgClassName
{
background-color: #40C4EF;
}
</style>
border-color css
<style>
span { border-color: #40C4EF; }
span { border-color: rgb(64,196,239); }
td.TdClassName
{
border-color: #40C4EF;
}
.TagClassName
{
border-color: #40C4EF;
}
</style>