Shades of Summer Sky #40BEF2
Tints of Summer Sky #40BEF2
RGB
CMYK
RGB Variations
Color information
#40BEF2 (or 0x40BEF2) is known color: Summer Sky. HEX triplet: 40, BE and F2. RGB value is (64,190,242). Sum of RGB (Red+Green+Blue) = 64+190+242=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #40BEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEF2 is #BF410D. Grayscale: #9D9D9D. Windows color (decimal): -12534030 or 15908416. OLE color: 15908416.
HSL color Cylindrical-coordinate representation of color #40BEF2: hue angle of 197.53º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BEF2 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 190 | 242 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.05 |
| HSL | 197.53º | 0.87% | 0.6% | - |
| HSV(B) | 197.53º | 0.74% | 0.95% | - |
| XYZ | 36.55 | 44.33 | 90.63 | - |
| YUV | 158.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 242 | 0.74 | 0.21 | 0 | 0.05 | 197.53 | 0.87 | 0.6 |
| Hex | 40 | BE | F2 | 4A | 15 | 0 | 5 | C6 | 57 | 3C |
| Octal | 100 | 276 | 362 | 112 | 25 | 0 | 5 | 306 | 127 | 74 |
| Binary | 1000000 | 10111110 | 11110010 | 1001010 | 10101 | 0 | 101 | 11000110 | 1010111 | 111100 |
Color Harmonies of #40BEF2
Complementary color
Monochromatic Colors of #40BEF2
Black with #40BEF2
Text Example
Text Example
White with #40BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEF2; }
p { color: rgb(64,190,242); }
H1.HeaderClassName
{
color: #40BEF2;
}
.AnyTagClassName
{
color: #40BEF2;
}
</style>
background-color css
<style>
a { background-color: #40BEF2; }
a { background-color: rgb(64,190,242); }
div.DivClassName
{
background-color: #40BEF2;
}
.BgClassName
{
background-color: #40BEF2;
}
</style>
border-color css
<style>
span { border-color: #40BEF2; }
span { border-color: rgb(64,190,242); }
td.TdClassName
{
border-color: #40BEF2;
}
.TagClassName
{
border-color: #40BEF2;
}
</style>