Shades of Summer Sky #40BDF6
Tints of Summer Sky #40BDF6
RGB
CMYK
RGB Variations
Color information
#40BDF6 (or 0x40BDF6) is known color: Summer Sky. HEX triplet: 40, BD and F6. RGB value is (64,189,246). Sum of RGB (Red+Green+Blue) = 64+189+246=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #40BDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDF6 is #BF4209. Grayscale: #9D9D9D. Windows color (decimal): -12534282 or 16170304. OLE color: 16170304.
HSL color Cylindrical-coordinate representation of color #40BDF6: hue angle of 198.79º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BDF6 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 189 | 246 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.04 |
| HSL | 198.79º | 0.91% | 0.61% | - |
| HSV(B) | 198.79º | 0.74% | 0.96% | - |
| XYZ | 36.95 | 44.14 | 93.76 | - |
| YUV | 158.12 | 177.59 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 246 | 0.74 | 0.23 | 0 | 0.04 | 198.79 | 0.91 | 0.61 |
| Hex | 40 | BD | F6 | 4A | 17 | 0 | 4 | C7 | 5B | 3D |
| Octal | 100 | 275 | 366 | 112 | 27 | 0 | 4 | 307 | 133 | 75 |
| Binary | 1000000 | 10111101 | 11110110 | 1001010 | 10111 | 0 | 100 | 11000111 | 1011011 | 111101 |
Color Harmonies of #40BDF6
Complementary color
Monochromatic Colors of #40BDF6
Black with #40BDF6
Text Example
Text Example
White with #40BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDF6; }
p { color: rgb(64,189,246); }
H1.HeaderClassName
{
color: #40BDF6;
}
.AnyTagClassName
{
color: #40BDF6;
}
</style>
background-color css
<style>
a { background-color: #40BDF6; }
a { background-color: rgb(64,189,246); }
div.DivClassName
{
background-color: #40BDF6;
}
.BgClassName
{
background-color: #40BDF6;
}
</style>
border-color css
<style>
span { border-color: #40BDF6; }
span { border-color: rgb(64,189,246); }
td.TdClassName
{
border-color: #40BDF6;
}
.TagClassName
{
border-color: #40BDF6;
}
</style>