Shades of Summer Sky #40BFEB
Tints of Summer Sky #40BFEB
RGB
CMYK
RGB Variations
Color information
#40BFEB (or 0x40BFEB) is known color: Summer Sky. HEX triplet: 40, BF and EB. RGB value is (64,191,235). Sum of RGB (Red+Green+Blue) = 64+191+235=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #40BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFEB is #BF4014. Grayscale: #9D9D9D. Windows color (decimal): -12533781 or 15449920. OLE color: 15449920.
HSL color Cylindrical-coordinate representation of color #40BFEB: hue angle of 195.44º 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 #40BFEB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 191 | 235 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.08 |
| HSL | 195.44º | 0.81% | 0.59% | - |
| HSV(B) | 195.44º | 0.73% | 0.92% | - |
| XYZ | 35.74 | 44.35 | 85.27 | - |
| YUV | 158.04 | 171.42 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 235 | 0.73 | 0.19 | 0 | 0.08 | 195.44 | 0.81 | 0.59 |
| Hex | 40 | BF | EB | 49 | 13 | 0 | 8 | C3 | 51 | 3B |
| Octal | 100 | 277 | 353 | 111 | 23 | 0 | 10 | 303 | 121 | 73 |
| Binary | 1000000 | 10111111 | 11101011 | 1001001 | 10011 | 0 | 1000 | 11000011 | 1010001 | 111011 |
Color Harmonies of #40BFEB
Complementary color
Monochromatic Colors of #40BFEB
Black with #40BFEB
Text Example
Text Example
White with #40BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFEB; }
p { color: rgb(64,191,235); }
H1.HeaderClassName
{
color: #40BFEB;
}
.AnyTagClassName
{
color: #40BFEB;
}
</style>
background-color css
<style>
a { background-color: #40BFEB; }
a { background-color: rgb(64,191,235); }
div.DivClassName
{
background-color: #40BFEB;
}
.BgClassName
{
background-color: #40BFEB;
}
</style>
border-color css
<style>
span { border-color: #40BFEB; }
span { border-color: rgb(64,191,235); }
td.TdClassName
{
border-color: #40BFEB;
}
.TagClassName
{
border-color: #40BFEB;
}
</style>