Shades of Summer Sky #40BED9
Tints of Summer Sky #40BED9
RGB
CMYK
RGB Variations
Color information
#40BED9 (or 0x40BED9) is known color: Summer Sky. HEX triplet: 40, BE and D9. RGB value is (64,190,217). Sum of RGB (Red+Green+Blue) = 64+190+217=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #40BED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BED9 is #BF4126. Grayscale: #9B9B9B. Windows color (decimal): -12534055 or 14270016. OLE color: 14270016.
HSL color Cylindrical-coordinate representation of color #40BED9: hue angle of 190.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BED9 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 190 | 217 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.15 |
| HSL | 190.59º | 0.67% | 0.55% | - |
| HSV(B) | 190.59º | 0.71% | 0.85% | - |
| XYZ | 33.05 | 42.93 | 72.19 | - |
| YUV | 155.4 | 162.76 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 217 | 0.71 | 0.12 | 0 | 0.15 | 190.59 | 0.67 | 0.55 |
| Hex | 40 | BE | D9 | 47 | C | 0 | F | BF | 43 | 37 |
| Octal | 100 | 276 | 331 | 107 | 14 | 0 | 17 | 277 | 103 | 67 |
| Binary | 1000000 | 10111110 | 11011001 | 1000111 | 1100 | 0 | 1111 | 10111111 | 1000011 | 110111 |
Color Harmonies of #40BED9
Complementary color
Monochromatic Colors of #40BED9
Black with #40BED9
Text Example
Text Example
White with #40BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BED9; }
p { color: rgb(64,190,217); }
H1.HeaderClassName
{
color: #40BED9;
}
.AnyTagClassName
{
color: #40BED9;
}
</style>
background-color css
<style>
a { background-color: #40BED9; }
a { background-color: rgb(64,190,217); }
div.DivClassName
{
background-color: #40BED9;
}
.BgClassName
{
background-color: #40BED9;
}
</style>
border-color css
<style>
span { border-color: #40BED9; }
span { border-color: rgb(64,190,217); }
td.TdClassName
{
border-color: #40BED9;
}
.TagClassName
{
border-color: #40BED9;
}
</style>