Shades of Summer Sky #40BEFF
Tints of Summer Sky #40BEFF
RGB
CMYK
RGB Variations
Color information
#40BEFF (or 0x40BEFF) is known color: Summer Sky. HEX triplet: 40, BE and FF. RGB value is (64,190,255). Sum of RGB (Red+Green+Blue) = 64+190+255=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #40BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEFF is #BF4100. Grayscale: #9F9F9F. Windows color (decimal): -12534017 or 16760384. OLE color: 16760384.
HSL color Cylindrical-coordinate representation of color #40BEFF: hue angle of 200.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BEFF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 190 | 255 | - |
| CMYK | 0.75 | 0.25 | 0 | 0 |
| HSL | 200.42º | 1% | 0.63% | - |
| HSV(B) | 200.42º | 0.75% | 1% | - |
| XYZ | 38.58 | 45.14 | 101.29 | - |
| YUV | 159.74 | 181.76 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 255 | 0.75 | 0.25 | 0 | 0 | 200.42 | 1 | 0.63 |
| Hex | 40 | BE | FF | 4B | 19 | 0 | 0 | C8 | 64 | 3F |
| Octal | 100 | 276 | 377 | 113 | 31 | 0 | 0 | 310 | 144 | 77 |
| Binary | 1000000 | 10111110 | 11111111 | 1001011 | 11001 | 0 | 0 | 11001000 | 1100100 | 111111 |
Color Harmonies of #40BEFF
Complementary color
Monochromatic Colors of #40BEFF
Black with #40BEFF
Text Example
Text Example
White with #40BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEFF; }
p { color: rgb(64,190,255); }
H1.HeaderClassName
{
color: #40BEFF;
}
.AnyTagClassName
{
color: #40BEFF;
}
</style>
background-color css
<style>
a { background-color: #40BEFF; }
a { background-color: rgb(64,190,255); }
div.DivClassName
{
background-color: #40BEFF;
}
.BgClassName
{
background-color: #40BEFF;
}
</style>
border-color css
<style>
span { border-color: #40BEFF; }
span { border-color: rgb(64,190,255); }
td.TdClassName
{
border-color: #40BEFF;
}
.TagClassName
{
border-color: #40BEFF;
}
</style>