Shades of Summer Sky #40BEFC
Tints of Summer Sky #40BEFC
RGB
CMYK
RGB Variations
Color information
#40BEFC (or 0x40BEFC) is known color: Summer Sky. HEX triplet: 40, BE and FC. RGB value is (64,190,252). Sum of RGB (Red+Green+Blue) = 64+190+252=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #40BEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEFC is #BF4103. Grayscale: #9F9F9F. Windows color (decimal): -12534020 or 16563776. OLE color: 16563776.
HSL color Cylindrical-coordinate representation of color #40BEFC: hue angle of 199.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BEFC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 190 | 252 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.01 |
| HSL | 199.79º | 0.97% | 0.62% | - |
| HSV(B) | 199.79º | 0.75% | 0.99% | - |
| XYZ | 38.1 | 44.95 | 98.76 | - |
| YUV | 159.39 | 180.26 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 252 | 0.75 | 0.25 | 0 | 0.01 | 199.79 | 0.97 | 0.62 |
| Hex | 40 | BE | FC | 4B | 19 | 0 | 1 | C8 | 61 | 3E |
| Octal | 100 | 276 | 374 | 113 | 31 | 0 | 1 | 310 | 141 | 76 |
| Binary | 1000000 | 10111110 | 11111100 | 1001011 | 11001 | 0 | 1 | 11001000 | 1100001 | 111110 |
Color Harmonies of #40BEFC
Complementary color
Monochromatic Colors of #40BEFC
Black with #40BEFC
Text Example
Text Example
White with #40BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEFC; }
p { color: rgb(64,190,252); }
H1.HeaderClassName
{
color: #40BEFC;
}
.AnyTagClassName
{
color: #40BEFC;
}
</style>
background-color css
<style>
a { background-color: #40BEFC; }
a { background-color: rgb(64,190,252); }
div.DivClassName
{
background-color: #40BEFC;
}
.BgClassName
{
background-color: #40BEFC;
}
</style>
border-color css
<style>
span { border-color: #40BEFC; }
span { border-color: rgb(64,190,252); }
td.TdClassName
{
border-color: #40BEFC;
}
.TagClassName
{
border-color: #40BEFC;
}
</style>