Shades of Summer Sky #40BEDC
Tints of Summer Sky #40BEDC
RGB
CMYK
RGB Variations
Color information
#40BEDC (or 0x40BEDC) is known color: Summer Sky. HEX triplet: 40, BE and DC. RGB value is (64,190,220). Sum of RGB (Red+Green+Blue) = 64+190+220=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #40BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEDC is #BF4123. Grayscale: #9B9B9B. Windows color (decimal): -12534052 or 14466624. OLE color: 14466624.
HSL color Cylindrical-coordinate representation of color #40BEDC: hue angle of 191.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BEDC is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 190 | 220 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.14 |
| HSL | 191.54º | 0.69% | 0.56% | - |
| HSV(B) | 191.54º | 0.71% | 0.86% | - |
| XYZ | 33.45 | 43.08 | 74.26 | - |
| YUV | 155.75 | 164.26 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 220 | 0.71 | 0.14 | 0 | 0.14 | 191.54 | 0.69 | 0.56 |
| Hex | 40 | BE | DC | 47 | E | 0 | E | C0 | 45 | 38 |
| Octal | 100 | 276 | 334 | 107 | 16 | 0 | 16 | 300 | 105 | 70 |
| Binary | 1000000 | 10111110 | 11011100 | 1000111 | 1110 | 0 | 1110 | 11000000 | 1000101 | 111000 |
Color Harmonies of #40BEDC
Complementary color
Monochromatic Colors of #40BEDC
Black with #40BEDC
Text Example
Text Example
White with #40BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEDC; }
p { color: rgb(64,190,220); }
H1.HeaderClassName
{
color: #40BEDC;
}
.AnyTagClassName
{
color: #40BEDC;
}
</style>
background-color css
<style>
a { background-color: #40BEDC; }
a { background-color: rgb(64,190,220); }
div.DivClassName
{
background-color: #40BEDC;
}
.BgClassName
{
background-color: #40BEDC;
}
</style>
border-color css
<style>
span { border-color: #40BEDC; }
span { border-color: rgb(64,190,220); }
td.TdClassName
{
border-color: #40BEDC;
}
.TagClassName
{
border-color: #40BEDC;
}
</style>