Shades of Summer Sky #40CCEA
Tints of Summer Sky #40CCEA
RGB
CMYK
RGB Variations
Color information
#40CCEA (or 0x40CCEA) is known color: Summer Sky. HEX triplet: 40, CC and EA. RGB value is (64,204,234). Sum of RGB (Red+Green+Blue) = 64+204+234=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #40CCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCEA is #BF3315. Grayscale: #A5A5A5. Windows color (decimal): -12530454 or 15387712. OLE color: 15387712.
HSL color Cylindrical-coordinate representation of color #40CCEA: hue angle of 190.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CCEA is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 204 | 234 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.08 |
| HSL | 190.59º | 0.8% | 0.58% | - |
| HSV(B) | 190.59º | 0.73% | 0.92% | - |
| XYZ | 38.56 | 50.22 | 85.5 | - |
| YUV | 165.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 234 | 0.73 | 0.13 | 0 | 0.08 | 190.59 | 0.8 | 0.58 |
| Hex | 40 | CC | EA | 49 | D | 0 | 8 | BF | 50 | 3A |
| Octal | 100 | 314 | 352 | 111 | 15 | 0 | 10 | 277 | 120 | 72 |
| Binary | 1000000 | 11001100 | 11101010 | 1001001 | 1101 | 0 | 1000 | 10111111 | 1010000 | 111010 |
Color Harmonies of #40CCEA
Complementary color
Monochromatic Colors of #40CCEA
Black with #40CCEA
Text Example
Text Example
White with #40CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCEA; }
p { color: rgb(64,204,234); }
H1.HeaderClassName
{
color: #40CCEA;
}
.AnyTagClassName
{
color: #40CCEA;
}
</style>
background-color css
<style>
a { background-color: #40CCEA; }
a { background-color: rgb(64,204,234); }
div.DivClassName
{
background-color: #40CCEA;
}
.BgClassName
{
background-color: #40CCEA;
}
</style>
border-color css
<style>
span { border-color: #40CCEA; }
span { border-color: rgb(64,204,234); }
td.TdClassName
{
border-color: #40CCEA;
}
.TagClassName
{
border-color: #40CCEA;
}
</style>