Shades of Summer Sky #40BEEC
Tints of Summer Sky #40BEEC
RGB
CMYK
RGB Variations
Color information
#40BEEC (or 0x40BEEC) is known color: Summer Sky. HEX triplet: 40, BE and EC. RGB value is (64,190,236). Sum of RGB (Red+Green+Blue) = 64+190+236=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #40BEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEEC is #BF4113. Grayscale: #9D9D9D. Windows color (decimal): -12534036 or 15515200. OLE color: 15515200.
HSL color Cylindrical-coordinate representation of color #40BEEC: hue angle of 196.05º 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 #40BEEC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 190 | 236 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.07 |
| HSL | 196.05º | 0.82% | 0.59% | - |
| HSV(B) | 196.05º | 0.73% | 0.93% | - |
| XYZ | 35.67 | 43.97 | 85.96 | - |
| YUV | 157.57 | 172.26 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 236 | 0.73 | 0.19 | 0 | 0.07 | 196.05 | 0.82 | 0.59 |
| Hex | 40 | BE | EC | 49 | 13 | 0 | 7 | C4 | 52 | 3B |
| Octal | 100 | 276 | 354 | 111 | 23 | 0 | 7 | 304 | 122 | 73 |
| Binary | 1000000 | 10111110 | 11101100 | 1001001 | 10011 | 0 | 111 | 11000100 | 1010010 | 111011 |
Color Harmonies of #40BEEC
Complementary color
Monochromatic Colors of #40BEEC
Black with #40BEEC
Text Example
Text Example
White with #40BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEEC; }
p { color: rgb(64,190,236); }
H1.HeaderClassName
{
color: #40BEEC;
}
.AnyTagClassName
{
color: #40BEEC;
}
</style>
background-color css
<style>
a { background-color: #40BEEC; }
a { background-color: rgb(64,190,236); }
div.DivClassName
{
background-color: #40BEEC;
}
.BgClassName
{
background-color: #40BEEC;
}
</style>
border-color css
<style>
span { border-color: #40BEEC; }
span { border-color: rgb(64,190,236); }
td.TdClassName
{
border-color: #40BEEC;
}
.TagClassName
{
border-color: #40BEEC;
}
</style>