Shades of Summer Sky #40C4EB
Tints of Summer Sky #40C4EB
RGB
CMYK
RGB Variations
Color information
#40C4EB (or 0x40C4EB) is known color: Summer Sky. HEX triplet: 40, C4 and EB. RGB value is (64,196,235). Sum of RGB (Red+Green+Blue) = 64+196+235=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #40C4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4EB is #BF3B14. Grayscale: #A0A0A0. Windows color (decimal): -12532501 or 15451200. OLE color: 15451200.
HSL color Cylindrical-coordinate representation of color #40C4EB: hue angle of 193.68º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C4EB is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 196 | 235 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.08 |
| HSL | 193.68º | 0.81% | 0.59% | - |
| HSV(B) | 193.68º | 0.73% | 0.92% | - |
| XYZ | 36.85 | 46.57 | 85.64 | - |
| YUV | 160.98 | 169.77 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 235 | 0.73 | 0.17 | 0 | 0.08 | 193.68 | 0.81 | 0.59 |
| Hex | 40 | C4 | EB | 49 | 11 | 0 | 8 | C2 | 51 | 3B |
| Octal | 100 | 304 | 353 | 111 | 21 | 0 | 10 | 302 | 121 | 73 |
| Binary | 1000000 | 11000100 | 11101011 | 1001001 | 10001 | 0 | 1000 | 11000010 | 1010001 | 111011 |
Color Harmonies of #40C4EB
Complementary color
Monochromatic Colors of #40C4EB
Black with #40C4EB
Text Example
Text Example
White with #40C4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C4EB; }
p { color: rgb(64,196,235); }
H1.HeaderClassName
{
color: #40C4EB;
}
.AnyTagClassName
{
color: #40C4EB;
}
</style>
background-color css
<style>
a { background-color: #40C4EB; }
a { background-color: rgb(64,196,235); }
div.DivClassName
{
background-color: #40C4EB;
}
.BgClassName
{
background-color: #40C4EB;
}
</style>
border-color css
<style>
span { border-color: #40C4EB; }
span { border-color: rgb(64,196,235); }
td.TdClassName
{
border-color: #40C4EB;
}
.TagClassName
{
border-color: #40C4EB;
}
</style>