Shades of Summer Sky #40BDEF
Tints of Summer Sky #40BDEF
RGB
CMYK
RGB Variations
Color information
#40BDEF (or 0x40BDEF) is known color: Summer Sky. HEX triplet: 40, BD and EF. RGB value is (64,189,239). Sum of RGB (Red+Green+Blue) = 64+189+239=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #40BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDEF is #BF4210. Grayscale: #9C9C9C. Windows color (decimal): -12534289 or 15711552. OLE color: 15711552.
HSL color Cylindrical-coordinate representation of color #40BDEF: hue angle of 197.14º 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 #40BDEF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 189 | 239 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.06 |
| HSL | 197.14º | 0.85% | 0.59% | - |
| HSV(B) | 197.14º | 0.73% | 0.94% | - |
| XYZ | 35.89 | 43.72 | 88.21 | - |
| YUV | 157.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 239 | 0.73 | 0.21 | 0 | 0.06 | 197.14 | 0.85 | 0.59 |
| Hex | 40 | BD | EF | 49 | 15 | 0 | 6 | C5 | 55 | 3B |
| Octal | 100 | 275 | 357 | 111 | 25 | 0 | 6 | 305 | 125 | 73 |
| Binary | 1000000 | 10111101 | 11101111 | 1001001 | 10101 | 0 | 110 | 11000101 | 1010101 | 111011 |
Color Harmonies of #40BDEF
Complementary color
Monochromatic Colors of #40BDEF
Black with #40BDEF
Text Example
Text Example
White with #40BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDEF; }
p { color: rgb(64,189,239); }
H1.HeaderClassName
{
color: #40BDEF;
}
.AnyTagClassName
{
color: #40BDEF;
}
</style>
background-color css
<style>
a { background-color: #40BDEF; }
a { background-color: rgb(64,189,239); }
div.DivClassName
{
background-color: #40BDEF;
}
.BgClassName
{
background-color: #40BDEF;
}
</style>
border-color css
<style>
span { border-color: #40BDEF; }
span { border-color: rgb(64,189,239); }
td.TdClassName
{
border-color: #40BDEF;
}
.TagClassName
{
border-color: #40BDEF;
}
</style>