Shades of Summer Sky #40CBEB
Tints of Summer Sky #40CBEB
RGB
CMYK
RGB Variations
Color information
#40CBEB (or 0x40CBEB) is known color: Summer Sky. HEX triplet: 40, CB and EB. RGB value is (64,203,235). Sum of RGB (Red+Green+Blue) = 64+203+235=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #40CBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBEB is #BF3414. Grayscale: #A4A4A4. Windows color (decimal): -12530709 or 15452992. OLE color: 15452992.
HSL color Cylindrical-coordinate representation of color #40CBEB: hue angle of 191.23º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CBEB is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 203 | 235 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.08 |
| HSL | 191.23º | 0.81% | 0.59% | - |
| HSV(B) | 191.23º | 0.73% | 0.92% | - |
| XYZ | 38.47 | 49.8 | 86.18 | - |
| YUV | 165.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 235 | 0.73 | 0.14 | 0 | 0.08 | 191.23 | 0.81 | 0.59 |
| Hex | 40 | CB | EB | 49 | E | 0 | 8 | BF | 51 | 3B |
| Octal | 100 | 313 | 353 | 111 | 16 | 0 | 10 | 277 | 121 | 73 |
| Binary | 1000000 | 11001011 | 11101011 | 1001001 | 1110 | 0 | 1000 | 10111111 | 1010001 | 111011 |
Color Harmonies of #40CBEB
Complementary color
Monochromatic Colors of #40CBEB
Black with #40CBEB
Text Example
Text Example
White with #40CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBEB; }
p { color: rgb(64,203,235); }
H1.HeaderClassName
{
color: #40CBEB;
}
.AnyTagClassName
{
color: #40CBEB;
}
</style>
background-color css
<style>
a { background-color: #40CBEB; }
a { background-color: rgb(64,203,235); }
div.DivClassName
{
background-color: #40CBEB;
}
.BgClassName
{
background-color: #40CBEB;
}
</style>
border-color css
<style>
span { border-color: #40CBEB; }
span { border-color: rgb(64,203,235); }
td.TdClassName
{
border-color: #40CBEB;
}
.TagClassName
{
border-color: #40CBEB;
}
</style>