Shades of Summer Sky #40C5FE
Tints of Summer Sky #40C5FE
RGB
CMYK
RGB Variations
Color information
#40C5FE (or 0x40C5FE) is known color: Summer Sky. HEX triplet: 40, C5 and FE. RGB value is (64,197,254). Sum of RGB (Red+Green+Blue) = 64+197+254=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #40C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C5FE is #BF3A01. Grayscale: #A3A3A3. Windows color (decimal): -12532226 or 16696640. OLE color: 16696640.
HSL color Cylindrical-coordinate representation of color #40C5FE: hue angle of 198º 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 #40C5FE is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 197 | 254 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.00 |
| HSL | 198º | 0.99% | 0.62% | - |
| HSV(B) | 198º | 0.75% | 1% | - |
| XYZ | 39.97 | 48.18 | 100.96 | - |
| YUV | 163.73 | 178.94 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 254 | 0.75 | 0.22 | 0 | 0.00 | 198 | 0.99 | 0.62 |
| Hex | 40 | C5 | FE | 4B | 16 | 0 | 0 | C6 | 63 | 3E |
| Octal | 100 | 305 | 376 | 113 | 26 | 0 | 0 | 306 | 143 | 76 |
| Binary | 1000000 | 11000101 | 11111110 | 1001011 | 10110 | 0 | 0 | 11000110 | 1100011 | 111110 |
Color Harmonies of #40C5FE
Complementary color
Monochromatic Colors of #40C5FE
Black with #40C5FE
Text Example
Text Example
White with #40C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C5FE; }
p { color: rgb(64,197,254); }
H1.HeaderClassName
{
color: #40C5FE;
}
.AnyTagClassName
{
color: #40C5FE;
}
</style>
background-color css
<style>
a { background-color: #40C5FE; }
a { background-color: rgb(64,197,254); }
div.DivClassName
{
background-color: #40C5FE;
}
.BgClassName
{
background-color: #40C5FE;
}
</style>
border-color css
<style>
span { border-color: #40C5FE; }
span { border-color: rgb(64,197,254); }
td.TdClassName
{
border-color: #40C5FE;
}
.TagClassName
{
border-color: #40C5FE;
}
</style>