Shades of Summer Sky #40CFEC
Tints of Summer Sky #40CFEC
RGB
CMYK
RGB Variations
Color information
#40CFEC (or 0x40CFEC) is known color: Summer Sky. HEX triplet: 40, CF and EC. RGB value is (64,207,236). Sum of RGB (Red+Green+Blue) = 64+207+236=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #40CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFEC is #BF3013. Grayscale: #A7A7A7. Windows color (decimal): -12529684 or 15519552. OLE color: 15519552.
HSL color Cylindrical-coordinate representation of color #40CFEC: hue angle of 190.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CFEC is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 207 | 236 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.07 |
| HSL | 190.12º | 0.82% | 0.59% | - |
| HSV(B) | 190.12º | 0.73% | 0.93% | - |
| XYZ | 39.57 | 51.77 | 87.26 | - |
| YUV | 167.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 236 | 0.73 | 0.12 | 0 | 0.07 | 190.12 | 0.82 | 0.59 |
| Hex | 40 | CF | EC | 49 | C | 0 | 7 | BE | 52 | 3B |
| Octal | 100 | 317 | 354 | 111 | 14 | 0 | 7 | 276 | 122 | 73 |
| Binary | 1000000 | 11001111 | 11101100 | 1001001 | 1100 | 0 | 111 | 10111110 | 1010010 | 111011 |
Color Harmonies of #40CFEC
Complementary color
Monochromatic Colors of #40CFEC
Black with #40CFEC
Text Example
Text Example
White with #40CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFEC; }
p { color: rgb(64,207,236); }
H1.HeaderClassName
{
color: #40CFEC;
}
.AnyTagClassName
{
color: #40CFEC;
}
</style>
background-color css
<style>
a { background-color: #40CFEC; }
a { background-color: rgb(64,207,236); }
div.DivClassName
{
background-color: #40CFEC;
}
.BgClassName
{
background-color: #40CFEC;
}
</style>
border-color css
<style>
span { border-color: #40CFEC; }
span { border-color: rgb(64,207,236); }
td.TdClassName
{
border-color: #40CFEC;
}
.TagClassName
{
border-color: #40CFEC;
}
</style>