Shades of Summer Sky #40C9EA
Tints of Summer Sky #40C9EA
RGB
CMYK
RGB Variations
Color information
#40C9EA (or 0x40C9EA) is known color: Summer Sky. HEX triplet: 40, C9 and EA. RGB value is (64,201,234). Sum of RGB (Red+Green+Blue) = 64+201+234=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #40C9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C9EA is #BF3615. Grayscale: #A3A3A3. Windows color (decimal): -12531222 or 15386944. OLE color: 15386944.
HSL color Cylindrical-coordinate representation of color #40C9EA: hue angle of 191.65º 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 #40C9EA is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 201 | 234 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.08 |
| HSL | 191.65º | 0.8% | 0.58% | - |
| HSV(B) | 191.65º | 0.73% | 0.92% | - |
| XYZ | 37.85 | 48.8 | 85.27 | - |
| YUV | 163.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 234 | 0.73 | 0.14 | 0 | 0.08 | 191.65 | 0.8 | 0.58 |
| Hex | 40 | C9 | EA | 49 | E | 0 | 8 | C0 | 50 | 3A |
| Octal | 100 | 311 | 352 | 111 | 16 | 0 | 10 | 300 | 120 | 72 |
| Binary | 1000000 | 11001001 | 11101010 | 1001001 | 1110 | 0 | 1000 | 11000000 | 1010000 | 111010 |
Color Harmonies of #40C9EA
Complementary color
Monochromatic Colors of #40C9EA
Black with #40C9EA
Text Example
Text Example
White with #40C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9EA; }
p { color: rgb(64,201,234); }
H1.HeaderClassName
{
color: #40C9EA;
}
.AnyTagClassName
{
color: #40C9EA;
}
</style>
background-color css
<style>
a { background-color: #40C9EA; }
a { background-color: rgb(64,201,234); }
div.DivClassName
{
background-color: #40C9EA;
}
.BgClassName
{
background-color: #40C9EA;
}
</style>
border-color css
<style>
span { border-color: #40C9EA; }
span { border-color: rgb(64,201,234); }
td.TdClassName
{
border-color: #40C9EA;
}
.TagClassName
{
border-color: #40C9EA;
}
</style>