Shades of Summer Sky #40B9EE
Tints of Summer Sky #40B9EE
RGB
CMYK
RGB Variations
Color information
#40B9EE (or 0x40B9EE) is known color: Summer Sky. HEX triplet: 40, B9 and EE. RGB value is (64,185,238). Sum of RGB (Red+Green+Blue) = 64+185+238=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #40B9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B9EE is #BF4611. Grayscale: #9A9A9A. Windows color (decimal): -12535314 or 15644992. OLE color: 15644992.
HSL color Cylindrical-coordinate representation of color #40B9EE: hue angle of 198.28º degrees, saturation: 0.84, 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 #40B9EE is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 185 | 238 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.07 |
| HSL | 198.28º | 0.84% | 0.59% | - |
| HSV(B) | 198.28º | 0.73% | 0.93% | - |
| XYZ | 34.9 | 41.96 | 87.15 | - |
| YUV | 154.86 | 174.91 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 238 | 0.73 | 0.22 | 0 | 0.07 | 198.28 | 0.84 | 0.59 |
| Hex | 40 | B9 | EE | 49 | 16 | 0 | 7 | C6 | 54 | 3B |
| Octal | 100 | 271 | 356 | 111 | 26 | 0 | 7 | 306 | 124 | 73 |
| Binary | 1000000 | 10111001 | 11101110 | 1001001 | 10110 | 0 | 111 | 11000110 | 1010100 | 111011 |
Color Harmonies of #40B9EE
Complementary color
Monochromatic Colors of #40B9EE
Black with #40B9EE
Text Example
Text Example
White with #40B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B9EE; }
p { color: rgb(64,185,238); }
H1.HeaderClassName
{
color: #40B9EE;
}
.AnyTagClassName
{
color: #40B9EE;
}
</style>
background-color css
<style>
a { background-color: #40B9EE; }
a { background-color: rgb(64,185,238); }
div.DivClassName
{
background-color: #40B9EE;
}
.BgClassName
{
background-color: #40B9EE;
}
</style>
border-color css
<style>
span { border-color: #40B9EE; }
span { border-color: rgb(64,185,238); }
td.TdClassName
{
border-color: #40B9EE;
}
.TagClassName
{
border-color: #40B9EE;
}
</style>