Shades of Summer Sky #40BCEF
Tints of Summer Sky #40BCEF
RGB
CMYK
RGB Variations
Color information
#40BCEF (or 0x40BCEF) is known color: Summer Sky. HEX triplet: 40, BC and EF. RGB value is (64,188,239). Sum of RGB (Red+Green+Blue) = 64+188+239=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #40BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BCEF is #BF4310. Grayscale: #9C9C9C. Windows color (decimal): -12534545 or 15711296. OLE color: 15711296.
HSL color Cylindrical-coordinate representation of color #40BCEF: hue angle of 197.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BCEF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 188 | 239 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.06 |
| HSL | 197.49º | 0.85% | 0.59% | - |
| HSV(B) | 197.49º | 0.73% | 0.94% | - |
| XYZ | 35.68 | 43.29 | 88.14 | - |
| YUV | 156.74 | 174.42 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 239 | 0.73 | 0.21 | 0 | 0.06 | 197.49 | 0.85 | 0.59 |
| Hex | 40 | BC | EF | 49 | 15 | 0 | 6 | C5 | 55 | 3B |
| Octal | 100 | 274 | 357 | 111 | 25 | 0 | 6 | 305 | 125 | 73 |
| Binary | 1000000 | 10111100 | 11101111 | 1001001 | 10101 | 0 | 110 | 11000101 | 1010101 | 111011 |
Color Harmonies of #40BCEF
Complementary color
Monochromatic Colors of #40BCEF
Black with #40BCEF
Text Example
Text Example
White with #40BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCEF; }
p { color: rgb(64,188,239); }
H1.HeaderClassName
{
color: #40BCEF;
}
.AnyTagClassName
{
color: #40BCEF;
}
</style>
background-color css
<style>
a { background-color: #40BCEF; }
a { background-color: rgb(64,188,239); }
div.DivClassName
{
background-color: #40BCEF;
}
.BgClassName
{
background-color: #40BCEF;
}
</style>
border-color css
<style>
span { border-color: #40BCEF; }
span { border-color: rgb(64,188,239); }
td.TdClassName
{
border-color: #40BCEF;
}
.TagClassName
{
border-color: #40BCEF;
}
</style>