Shades of Summer Sky #40C1E9
Tints of Summer Sky #40C1E9
RGB
CMYK
RGB Variations
Color information
#40C1E9 (or 0x40C1E9) is known color: Summer Sky. HEX triplet: 40, C1 and E9. RGB value is (64,193,233). Sum of RGB (Red+Green+Blue) = 64+193+233=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #40C1E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C1E9 is #BF3E16. Grayscale: #9E9E9E. Windows color (decimal): -12533271 or 15319360. OLE color: 15319360.
HSL color Cylindrical-coordinate representation of color #40C1E9: hue angle of 194.2º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C1E9 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 193 | 233 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.09 |
| HSL | 194.2º | 0.79% | 0.58% | - |
| HSV(B) | 194.2º | 0.73% | 0.91% | - |
| XYZ | 35.89 | 45.11 | 83.91 | - |
| YUV | 158.99 | 169.76 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 233 | 0.73 | 0.17 | 0 | 0.09 | 194.2 | 0.79 | 0.58 |
| Hex | 40 | C1 | E9 | 49 | 11 | 0 | 9 | C2 | 4F | 3A |
| Octal | 100 | 301 | 351 | 111 | 21 | 0 | 11 | 302 | 117 | 72 |
| Binary | 1000000 | 11000001 | 11101001 | 1001001 | 10001 | 0 | 1001 | 11000010 | 1001111 | 111010 |
Color Harmonies of #40C1E9
Complementary color
Monochromatic Colors of #40C1E9
Black with #40C1E9
Text Example
Text Example
White with #40C1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C1E9; }
p { color: rgb(64,193,233); }
H1.HeaderClassName
{
color: #40C1E9;
}
.AnyTagClassName
{
color: #40C1E9;
}
</style>
background-color css
<style>
a { background-color: #40C1E9; }
a { background-color: rgb(64,193,233); }
div.DivClassName
{
background-color: #40C1E9;
}
.BgClassName
{
background-color: #40C1E9;
}
</style>
border-color css
<style>
span { border-color: #40C1E9; }
span { border-color: rgb(64,193,233); }
td.TdClassName
{
border-color: #40C1E9;
}
.TagClassName
{
border-color: #40C1E9;
}
</style>