Shades of Summer Sky #40B6FE
Tints of Summer Sky #40B6FE
RGB
CMYK
RGB Variations
Color information
#40B6FE (or 0x40B6FE) is known color: Summer Sky. HEX triplet: 40, B6 and FE. RGB value is (64,182,254). Sum of RGB (Red+Green+Blue) = 64+182+254=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #40B6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B6FE is #BF4901. Grayscale: #9A9A9A. Windows color (decimal): -12536066 or 16692800. OLE color: 16692800.
HSL color Cylindrical-coordinate representation of color #40B6FE: hue angle of 202.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40B6FE is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 182 | 254 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.00 |
| HSL | 202.74º | 0.99% | 0.62% | - |
| HSV(B) | 202.74º | 0.75% | 1% | - |
| XYZ | 36.73 | 41.7 | 99.88 | - |
| YUV | 154.93 | 183.91 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 254 | 0.75 | 0.28 | 0 | 0.00 | 202.74 | 0.99 | 0.62 |
| Hex | 40 | B6 | FE | 4B | 1C | 0 | 0 | CB | 63 | 3E |
| Octal | 100 | 266 | 376 | 113 | 34 | 0 | 0 | 313 | 143 | 76 |
| Binary | 1000000 | 10110110 | 11111110 | 1001011 | 11100 | 0 | 0 | 11001011 | 1100011 | 111110 |
Color Harmonies of #40B6FE
Complementary color
Monochromatic Colors of #40B6FE
Black with #40B6FE
Text Example
Text Example
White with #40B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B6FE; }
p { color: rgb(64,182,254); }
H1.HeaderClassName
{
color: #40B6FE;
}
.AnyTagClassName
{
color: #40B6FE;
}
</style>
background-color css
<style>
a { background-color: #40B6FE; }
a { background-color: rgb(64,182,254); }
div.DivClassName
{
background-color: #40B6FE;
}
.BgClassName
{
background-color: #40B6FE;
}
</style>
border-color css
<style>
span { border-color: #40B6FE; }
span { border-color: rgb(64,182,254); }
td.TdClassName
{
border-color: #40B6FE;
}
.TagClassName
{
border-color: #40B6FE;
}
</style>