Shades of Summer Sky #40BFE9
Tints of Summer Sky #40BFE9
RGB
CMYK
RGB Variations
Color information
#40BFE9 (or 0x40BFE9) is known color: Summer Sky. HEX triplet: 40, BF and E9. RGB value is (64,191,233). Sum of RGB (Red+Green+Blue) = 64+191+233=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #40BFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFE9 is #BF4016. Grayscale: #9D9D9D. Windows color (decimal): -12533783 or 15318848. OLE color: 15318848.
HSL color Cylindrical-coordinate representation of color #40BFE9: hue angle of 194.91º 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 #40BFE9 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 191 | 233 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.09 |
| HSL | 194.91º | 0.79% | 0.58% | - |
| HSV(B) | 194.91º | 0.73% | 0.91% | - |
| XYZ | 35.45 | 44.23 | 83.76 | - |
| YUV | 157.82 | 170.42 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 233 | 0.73 | 0.18 | 0 | 0.09 | 194.91 | 0.79 | 0.58 |
| Hex | 40 | BF | E9 | 49 | 12 | 0 | 9 | C3 | 4F | 3A |
| Octal | 100 | 277 | 351 | 111 | 22 | 0 | 11 | 303 | 117 | 72 |
| Binary | 1000000 | 10111111 | 11101001 | 1001001 | 10010 | 0 | 1001 | 11000011 | 1001111 | 111010 |
Color Harmonies of #40BFE9
Complementary color
Monochromatic Colors of #40BFE9
Black with #40BFE9
Text Example
Text Example
White with #40BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFE9; }
p { color: rgb(64,191,233); }
H1.HeaderClassName
{
color: #40BFE9;
}
.AnyTagClassName
{
color: #40BFE9;
}
</style>
background-color css
<style>
a { background-color: #40BFE9; }
a { background-color: rgb(64,191,233); }
div.DivClassName
{
background-color: #40BFE9;
}
.BgClassName
{
background-color: #40BFE9;
}
</style>
border-color css
<style>
span { border-color: #40BFE9; }
span { border-color: rgb(64,191,233); }
td.TdClassName
{
border-color: #40BFE9;
}
.TagClassName
{
border-color: #40BFE9;
}
</style>