Shades of Summer Sky #40C4FB
Tints of Summer Sky #40C4FB
RGB
CMYK
RGB Variations
Color information
#40C4FB (or 0x40C4FB) is known color: Summer Sky. HEX triplet: 40, C4 and FB. RGB value is (64,196,251). Sum of RGB (Red+Green+Blue) = 64+196+251=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #40C4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4FB is #BF3B04. Grayscale: #A2A2A2. Windows color (decimal): -12532485 or 16499776. OLE color: 16499776.
HSL color Cylindrical-coordinate representation of color #40C4FB: hue angle of 197.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C4FB is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 196 | 251 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.02 |
| HSL | 197.65º | 0.96% | 0.62% | - |
| HSV(B) | 197.65º | 0.75% | 0.98% | - |
| XYZ | 39.27 | 47.53 | 98.37 | - |
| YUV | 162.8 | 177.77 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 251 | 0.75 | 0.22 | 0 | 0.02 | 197.65 | 0.96 | 0.62 |
| Hex | 40 | C4 | FB | 4B | 16 | 0 | 2 | C6 | 60 | 3E |
| Octal | 100 | 304 | 373 | 113 | 26 | 0 | 2 | 306 | 140 | 76 |
| Binary | 1000000 | 11000100 | 11111011 | 1001011 | 10110 | 0 | 10 | 11000110 | 1100000 | 111110 |
Color Harmonies of #40C4FB
Complementary color
Monochromatic Colors of #40C4FB
Black with #40C4FB
Text Example
Text Example
White with #40C4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C4FB; }
p { color: rgb(64,196,251); }
H1.HeaderClassName
{
color: #40C4FB;
}
.AnyTagClassName
{
color: #40C4FB;
}
</style>
background-color css
<style>
a { background-color: #40C4FB; }
a { background-color: rgb(64,196,251); }
div.DivClassName
{
background-color: #40C4FB;
}
.BgClassName
{
background-color: #40C4FB;
}
</style>
border-color css
<style>
span { border-color: #40C4FB; }
span { border-color: rgb(64,196,251); }
td.TdClassName
{
border-color: #40C4FB;
}
.TagClassName
{
border-color: #40C4FB;
}
</style>