Shades of Summer Sky #40BCF9
Tints of Summer Sky #40BCF9
RGB
CMYK
RGB Variations
Color information
#40BCF9 (or 0x40BCF9) is known color: Summer Sky. HEX triplet: 40, BC and F9. RGB value is (64,188,249). Sum of RGB (Red+Green+Blue) = 64+188+249=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #40BCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BCF9 is #BF4306. Grayscale: #9D9D9D. Windows color (decimal): -12534535 or 16366656. OLE color: 16366656.
HSL color Cylindrical-coordinate representation of color #40BCF9: hue angle of 199.78º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BCF9 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 188 | 249 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.02 |
| HSL | 199.78º | 0.94% | 0.61% | - |
| HSV(B) | 199.78º | 0.74% | 0.98% | - |
| XYZ | 37.2 | 43.9 | 96.13 | - |
| YUV | 157.88 | 179.42 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 249 | 0.74 | 0.24 | 0 | 0.02 | 199.78 | 0.94 | 0.61 |
| Hex | 40 | BC | F9 | 4A | 18 | 0 | 2 | C8 | 5E | 3D |
| Octal | 100 | 274 | 371 | 112 | 30 | 0 | 2 | 310 | 136 | 75 |
| Binary | 1000000 | 10111100 | 11111001 | 1001010 | 11000 | 0 | 10 | 11001000 | 1011110 | 111101 |
Color Harmonies of #40BCF9
Complementary color
Monochromatic Colors of #40BCF9
Black with #40BCF9
Text Example
Text Example
White with #40BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCF9; }
p { color: rgb(64,188,249); }
H1.HeaderClassName
{
color: #40BCF9;
}
.AnyTagClassName
{
color: #40BCF9;
}
</style>
background-color css
<style>
a { background-color: #40BCF9; }
a { background-color: rgb(64,188,249); }
div.DivClassName
{
background-color: #40BCF9;
}
.BgClassName
{
background-color: #40BCF9;
}
</style>
border-color css
<style>
span { border-color: #40BCF9; }
span { border-color: rgb(64,188,249); }
td.TdClassName
{
border-color: #40BCF9;
}
.TagClassName
{
border-color: #40BCF9;
}
</style>