Shades of Summer Sky #40BFEC
Tints of Summer Sky #40BFEC
RGB
CMYK
RGB Variations
Color information
#40BFEC (or 0x40BFEC) is known color: Summer Sky. HEX triplet: 40, BF and EC. RGB value is (64,191,236). Sum of RGB (Red+Green+Blue) = 64+191+236=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #40BFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFEC is #BF4013. Grayscale: #9D9D9D. Windows color (decimal): -12533780 or 15515456. OLE color: 15515456.
HSL color Cylindrical-coordinate representation of color #40BFEC: hue angle of 195.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BFEC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 191 | 236 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.07 |
| HSL | 195.7º | 0.82% | 0.59% | - |
| HSV(B) | 195.7º | 0.73% | 0.93% | - |
| XYZ | 35.89 | 44.41 | 86.04 | - |
| YUV | 158.16 | 171.92 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 236 | 0.73 | 0.19 | 0 | 0.07 | 195.7 | 0.82 | 0.59 |
| Hex | 40 | BF | EC | 49 | 13 | 0 | 7 | C4 | 52 | 3B |
| Octal | 100 | 277 | 354 | 111 | 23 | 0 | 7 | 304 | 122 | 73 |
| Binary | 1000000 | 10111111 | 11101100 | 1001001 | 10011 | 0 | 111 | 11000100 | 1010010 | 111011 |
Color Harmonies of #40BFEC
Complementary color
Monochromatic Colors of #40BFEC
Black with #40BFEC
Text Example
Text Example
White with #40BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFEC; }
p { color: rgb(64,191,236); }
H1.HeaderClassName
{
color: #40BFEC;
}
.AnyTagClassName
{
color: #40BFEC;
}
</style>
background-color css
<style>
a { background-color: #40BFEC; }
a { background-color: rgb(64,191,236); }
div.DivClassName
{
background-color: #40BFEC;
}
.BgClassName
{
background-color: #40BFEC;
}
</style>
border-color css
<style>
span { border-color: #40BFEC; }
span { border-color: rgb(64,191,236); }
td.TdClassName
{
border-color: #40BFEC;
}
.TagClassName
{
border-color: #40BFEC;
}
</style>