Shades of Summer Sky #40B3E1
Tints of Summer Sky #40B3E1
RGB
CMYK
RGB Variations
Color information
#40B3E1 (or 0x40B3E1) is known color: Summer Sky. HEX triplet: 40, B3 and E1. RGB value is (64,179,225). Sum of RGB (Red+Green+Blue) = 64+179+225=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #40B3E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B3E1 is #BF4C1E. Grayscale: #959595. Windows color (decimal): -12536863 or 14791488. OLE color: 14791488.
HSL color Cylindrical-coordinate representation of color #40B3E1: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B3E1 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 179 | 225 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.12 |
| HSL | 197.14º | 0.73% | 0.57% | - |
| HSV(B) | 197.14º | 0.72% | 0.88% | - |
| XYZ | 31.83 | 38.77 | 77.04 | - |
| YUV | 149.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 225 | 0.72 | 0.20 | 0 | 0.12 | 197.14 | 0.73 | 0.57 |
| Hex | 40 | B3 | E1 | 48 | 14 | 0 | C | C5 | 49 | 39 |
| Octal | 100 | 263 | 341 | 110 | 24 | 0 | 14 | 305 | 111 | 71 |
| Binary | 1000000 | 10110011 | 11100001 | 1001000 | 10100 | 0 | 1100 | 11000101 | 1001001 | 111001 |
Color Harmonies of #40B3E1
Complementary color
Monochromatic Colors of #40B3E1
Black with #40B3E1
Text Example
Text Example
White with #40B3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B3E1; }
p { color: rgb(64,179,225); }
H1.HeaderClassName
{
color: #40B3E1;
}
.AnyTagClassName
{
color: #40B3E1;
}
</style>
background-color css
<style>
a { background-color: #40B3E1; }
a { background-color: rgb(64,179,225); }
div.DivClassName
{
background-color: #40B3E1;
}
.BgClassName
{
background-color: #40B3E1;
}
</style>
border-color css
<style>
span { border-color: #40B3E1; }
span { border-color: rgb(64,179,225); }
td.TdClassName
{
border-color: #40B3E1;
}
.TagClassName
{
border-color: #40B3E1;
}
</style>