Shades of Summer Sky #40BEDD
Tints of Summer Sky #40BEDD
RGB
CMYK
RGB Variations
Color information
#40BEDD (or 0x40BEDD) is known color: Summer Sky. HEX triplet: 40, BE and DD. RGB value is (64,190,221). Sum of RGB (Red+Green+Blue) = 64+190+221=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #40BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEDD is #BF4122. Grayscale: #9B9B9B. Windows color (decimal): -12534051 or 14532160. OLE color: 14532160.
HSL color Cylindrical-coordinate representation of color #40BEDD: hue angle of 191.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BEDD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 190 | 221 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.13 |
| HSL | 191.85º | 0.7% | 0.56% | - |
| HSV(B) | 191.85º | 0.71% | 0.87% | - |
| XYZ | 33.58 | 43.14 | 74.96 | - |
| YUV | 155.86 | 164.76 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 221 | 0.71 | 0.14 | 0 | 0.13 | 191.85 | 0.7 | 0.56 |
| Hex | 40 | BE | DD | 47 | E | 0 | D | C0 | 46 | 38 |
| Octal | 100 | 276 | 335 | 107 | 16 | 0 | 15 | 300 | 106 | 70 |
| Binary | 1000000 | 10111110 | 11011101 | 1000111 | 1110 | 0 | 1101 | 11000000 | 1000110 | 111000 |
Color Harmonies of #40BEDD
Complementary color
Monochromatic Colors of #40BEDD
Black with #40BEDD
Text Example
Text Example
White with #40BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEDD; }
p { color: rgb(64,190,221); }
H1.HeaderClassName
{
color: #40BEDD;
}
.AnyTagClassName
{
color: #40BEDD;
}
</style>
background-color css
<style>
a { background-color: #40BEDD; }
a { background-color: rgb(64,190,221); }
div.DivClassName
{
background-color: #40BEDD;
}
.BgClassName
{
background-color: #40BEDD;
}
</style>
border-color css
<style>
span { border-color: #40BEDD; }
span { border-color: rgb(64,190,221); }
td.TdClassName
{
border-color: #40BEDD;
}
.TagClassName
{
border-color: #40BEDD;
}
</style>