Shades of Summer Sky #40CCEC
Tints of Summer Sky #40CCEC
RGB
CMYK
RGB Variations
Color information
#40CCEC (or 0x40CCEC) is known color: Summer Sky. HEX triplet: 40, CC and EC. RGB value is (64,204,236). Sum of RGB (Red+Green+Blue) = 64+204+236=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #40CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCEC is #BF3313. Grayscale: #A5A5A5. Windows color (decimal): -12530452 or 15518784. OLE color: 15518784.
HSL color Cylindrical-coordinate representation of color #40CCEC: hue angle of 191.16º 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 #40CCEC is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 204 | 236 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.07 |
| HSL | 191.16º | 0.82% | 0.59% | - |
| HSV(B) | 191.16º | 0.73% | 0.93% | - |
| XYZ | 38.85 | 50.33 | 87.02 | - |
| YUV | 165.79 | 167.62 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 236 | 0.73 | 0.14 | 0 | 0.07 | 191.16 | 0.82 | 0.59 |
| Hex | 40 | CC | EC | 49 | E | 0 | 7 | BF | 52 | 3B |
| Octal | 100 | 314 | 354 | 111 | 16 | 0 | 7 | 277 | 122 | 73 |
| Binary | 1000000 | 11001100 | 11101100 | 1001001 | 1110 | 0 | 111 | 10111111 | 1010010 | 111011 |
Color Harmonies of #40CCEC
Complementary color
Monochromatic Colors of #40CCEC
Black with #40CCEC
Text Example
Text Example
White with #40CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCEC; }
p { color: rgb(64,204,236); }
H1.HeaderClassName
{
color: #40CCEC;
}
.AnyTagClassName
{
color: #40CCEC;
}
</style>
background-color css
<style>
a { background-color: #40CCEC; }
a { background-color: rgb(64,204,236); }
div.DivClassName
{
background-color: #40CCEC;
}
.BgClassName
{
background-color: #40CCEC;
}
</style>
border-color css
<style>
span { border-color: #40CCEC; }
span { border-color: rgb(64,204,236); }
td.TdClassName
{
border-color: #40CCEC;
}
.TagClassName
{
border-color: #40CCEC;
}
</style>