Shades of Summer Sky #40CFED
Tints of Summer Sky #40CFED
RGB
CMYK
RGB Variations
Color information
#40CFED (or 0x40CFED) is known color: Summer Sky. HEX triplet: 40, CF and ED. RGB value is (64,207,237). Sum of RGB (Red+Green+Blue) = 64+207+237=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #40CFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFED is #BF3012. Grayscale: #A7A7A7. Windows color (decimal): -12529683 or 15585088. OLE color: 15585088.
HSL color Cylindrical-coordinate representation of color #40CFED: hue angle of 190.4º degrees, saturation: 0.83, 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 #40CFED is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 207 | 237 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.07 |
| HSL | 190.4º | 0.83% | 0.59% | - |
| HSV(B) | 190.4º | 0.73% | 0.93% | - |
| XYZ | 39.71 | 51.83 | 88.03 | - |
| YUV | 167.66 | 167.12 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 237 | 0.73 | 0.13 | 0 | 0.07 | 190.4 | 0.83 | 0.59 |
| Hex | 40 | CF | ED | 49 | D | 0 | 7 | BE | 53 | 3B |
| Octal | 100 | 317 | 355 | 111 | 15 | 0 | 7 | 276 | 123 | 73 |
| Binary | 1000000 | 11001111 | 11101101 | 1001001 | 1101 | 0 | 111 | 10111110 | 1010011 | 111011 |
Color Harmonies of #40CFED
Complementary color
Monochromatic Colors of #40CFED
Black with #40CFED
Text Example
Text Example
White with #40CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFED; }
p { color: rgb(64,207,237); }
H1.HeaderClassName
{
color: #40CFED;
}
.AnyTagClassName
{
color: #40CFED;
}
</style>
background-color css
<style>
a { background-color: #40CFED; }
a { background-color: rgb(64,207,237); }
div.DivClassName
{
background-color: #40CFED;
}
.BgClassName
{
background-color: #40CFED;
}
</style>
border-color css
<style>
span { border-color: #40CFED; }
span { border-color: rgb(64,207,237); }
td.TdClassName
{
border-color: #40CFED;
}
.TagClassName
{
border-color: #40CFED;
}
</style>