Shades of Summer Sky #40BFE5
Tints of Summer Sky #40BFE5
RGB
CMYK
RGB Variations
Color information
#40BFE5 (or 0x40BFE5) is known color: Summer Sky. HEX triplet: 40, BF and E5. RGB value is (64,191,229). Sum of RGB (Red+Green+Blue) = 64+191+229=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #40BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFE5 is #BF401A. Grayscale: #9D9D9D. Windows color (decimal): -12533787 or 15056704. OLE color: 15056704.
HSL color Cylindrical-coordinate representation of color #40BFE5: hue angle of 193.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40BFE5 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 191 | 229 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.10 |
| HSL | 193.82º | 0.76% | 0.57% | - |
| HSV(B) | 193.82º | 0.72% | 0.9% | - |
| XYZ | 34.89 | 44.01 | 80.78 | - |
| YUV | 157.36 | 168.42 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 229 | 0.72 | 0.17 | 0 | 0.10 | 193.82 | 0.76 | 0.57 |
| Hex | 40 | BF | E5 | 48 | 11 | 0 | A | C2 | 4C | 39 |
| Octal | 100 | 277 | 345 | 110 | 21 | 0 | 12 | 302 | 114 | 71 |
| Binary | 1000000 | 10111111 | 11100101 | 1001000 | 10001 | 0 | 1010 | 11000010 | 1001100 | 111001 |
Color Harmonies of #40BFE5
Complementary color
Monochromatic Colors of #40BFE5
Black with #40BFE5
Text Example
Text Example
White with #40BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFE5; }
p { color: rgb(64,191,229); }
H1.HeaderClassName
{
color: #40BFE5;
}
.AnyTagClassName
{
color: #40BFE5;
}
</style>
background-color css
<style>
a { background-color: #40BFE5; }
a { background-color: rgb(64,191,229); }
div.DivClassName
{
background-color: #40BFE5;
}
.BgClassName
{
background-color: #40BFE5;
}
</style>
border-color css
<style>
span { border-color: #40BFE5; }
span { border-color: rgb(64,191,229); }
td.TdClassName
{
border-color: #40BFE5;
}
.TagClassName
{
border-color: #40BFE5;
}
</style>