Shades of Summer Sky #40C8FC
Tints of Summer Sky #40C8FC
RGB
CMYK
RGB Variations
Color information
#40C8FC (or 0x40C8FC) is known color: Summer Sky. HEX triplet: 40, C8 and FC. RGB value is (64,200,252). Sum of RGB (Red+Green+Blue) = 64+200+252=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #40C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C8FC is #BF3703. Grayscale: #A4A4A4. Windows color (decimal): -12531460 or 16566336. OLE color: 16566336.
HSL color Cylindrical-coordinate representation of color #40C8FC: hue angle of 196.6º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C8FC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 200 | 252 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.01 |
| HSL | 196.6º | 0.97% | 0.62% | - |
| HSV(B) | 196.6º | 0.75% | 0.99% | - |
| XYZ | 40.34 | 49.43 | 99.51 | - |
| YUV | 165.26 | 176.94 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 252 | 0.75 | 0.21 | 0 | 0.01 | 196.6 | 0.97 | 0.62 |
| Hex | 40 | C8 | FC | 4B | 15 | 0 | 1 | C5 | 61 | 3E |
| Octal | 100 | 310 | 374 | 113 | 25 | 0 | 1 | 305 | 141 | 76 |
| Binary | 1000000 | 11001000 | 11111100 | 1001011 | 10101 | 0 | 1 | 11000101 | 1100001 | 111110 |
Color Harmonies of #40C8FC
Complementary color
Monochromatic Colors of #40C8FC
Black with #40C8FC
Text Example
Text Example
White with #40C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C8FC; }
p { color: rgb(64,200,252); }
H1.HeaderClassName
{
color: #40C8FC;
}
.AnyTagClassName
{
color: #40C8FC;
}
</style>
background-color css
<style>
a { background-color: #40C8FC; }
a { background-color: rgb(64,200,252); }
div.DivClassName
{
background-color: #40C8FC;
}
.BgClassName
{
background-color: #40C8FC;
}
</style>
border-color css
<style>
span { border-color: #40C8FC; }
span { border-color: rgb(64,200,252); }
td.TdClassName
{
border-color: #40C8FC;
}
.TagClassName
{
border-color: #40C8FC;
}
</style>