Shades of Summer Sky #40BAD3
Tints of Summer Sky #40BAD3
RGB
CMYK
RGB Variations
Color information
#40BAD3 (or 0x40BAD3) is known color: Summer Sky. HEX triplet: 40, BA and D3. RGB value is (64,186,211). Sum of RGB (Red+Green+Blue) = 64+186+211=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #40BAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BAD3 is #BF452C. Grayscale: #989898. Windows color (decimal): -12535085 or 13875776. OLE color: 13875776.
HSL color Cylindrical-coordinate representation of color #40BAD3: hue angle of 190.2º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BAD3 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 186 | 211 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.17 |
| HSL | 190.2º | 0.63% | 0.54% | - |
| HSV(B) | 190.2º | 0.7% | 0.83% | - |
| XYZ | 31.43 | 40.91 | 67.87 | - |
| YUV | 152.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 211 | 0.70 | 0.12 | 0 | 0.17 | 190.2 | 0.63 | 0.54 |
| Hex | 40 | BA | D3 | 46 | C | 0 | 11 | BE | 3F | 36 |
| Octal | 100 | 272 | 323 | 106 | 14 | 0 | 21 | 276 | 77 | 66 |
| Binary | 1000000 | 10111010 | 11010011 | 1000110 | 1100 | 0 | 10001 | 10111110 | 111111 | 110110 |
Color Harmonies of #40BAD3
Complementary color
Monochromatic Colors of #40BAD3
Black with #40BAD3
Text Example
Text Example
White with #40BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAD3; }
p { color: rgb(64,186,211); }
H1.HeaderClassName
{
color: #40BAD3;
}
.AnyTagClassName
{
color: #40BAD3;
}
</style>
background-color css
<style>
a { background-color: #40BAD3; }
a { background-color: rgb(64,186,211); }
div.DivClassName
{
background-color: #40BAD3;
}
.BgClassName
{
background-color: #40BAD3;
}
</style>
border-color css
<style>
span { border-color: #40BAD3; }
span { border-color: rgb(64,186,211); }
td.TdClassName
{
border-color: #40BAD3;
}
.TagClassName
{
border-color: #40BAD3;
}
</style>