Shades of Summer Sky #40BDF4
Tints of Summer Sky #40BDF4
RGB
CMYK
RGB Variations
Color information
#40BDF4 (or 0x40BDF4) is known color: Summer Sky. HEX triplet: 40, BD and F4. RGB value is (64,189,244). Sum of RGB (Red+Green+Blue) = 64+189+244=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #40BDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDF4 is #BF420B. Grayscale: #9D9D9D. Windows color (decimal): -12534284 or 16039232. OLE color: 16039232.
HSL color Cylindrical-coordinate representation of color #40BDF4: hue angle of 198.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BDF4 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 189 | 244 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.04 |
| HSL | 198.33º | 0.89% | 0.6% | - |
| HSV(B) | 198.33º | 0.74% | 0.96% | - |
| XYZ | 36.64 | 44.02 | 92.15 | - |
| YUV | 157.9 | 176.59 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 244 | 0.74 | 0.23 | 0 | 0.04 | 198.33 | 0.89 | 0.6 |
| Hex | 40 | BD | F4 | 4A | 17 | 0 | 4 | C6 | 59 | 3C |
| Octal | 100 | 275 | 364 | 112 | 27 | 0 | 4 | 306 | 131 | 74 |
| Binary | 1000000 | 10111101 | 11110100 | 1001010 | 10111 | 0 | 100 | 11000110 | 1011001 | 111100 |
Color Harmonies of #40BDF4
Complementary color
Monochromatic Colors of #40BDF4
Black with #40BDF4
Text Example
Text Example
White with #40BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDF4; }
p { color: rgb(64,189,244); }
H1.HeaderClassName
{
color: #40BDF4;
}
.AnyTagClassName
{
color: #40BDF4;
}
</style>
background-color css
<style>
a { background-color: #40BDF4; }
a { background-color: rgb(64,189,244); }
div.DivClassName
{
background-color: #40BDF4;
}
.BgClassName
{
background-color: #40BDF4;
}
</style>
border-color css
<style>
span { border-color: #40BDF4; }
span { border-color: rgb(64,189,244); }
td.TdClassName
{
border-color: #40BDF4;
}
.TagClassName
{
border-color: #40BDF4;
}
</style>