Shades of Summer Sky #40C2FB
Tints of Summer Sky #40C2FB
RGB
CMYK
RGB Variations
Color information
#40C2FB (or 0x40C2FB) is known color: Summer Sky. HEX triplet: 40, C2 and FB. RGB value is (64,194,251). Sum of RGB (Red+Green+Blue) = 64+194+251=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #40C2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C2FB is #BF3D04. Grayscale: #A1A1A1. Windows color (decimal): -12532997 or 16499264. OLE color: 16499264.
HSL color Cylindrical-coordinate representation of color #40C2FB: hue angle of 198.29º 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 #40C2FB is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 194 | 251 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.02 |
| HSL | 198.29º | 0.96% | 0.62% | - |
| HSV(B) | 198.29º | 0.75% | 0.98% | - |
| XYZ | 38.82 | 46.64 | 98.22 | - |
| YUV | 161.63 | 178.43 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 251 | 0.75 | 0.23 | 0 | 0.02 | 198.29 | 0.96 | 0.62 |
| Hex | 40 | C2 | FB | 4B | 17 | 0 | 2 | C6 | 60 | 3E |
| Octal | 100 | 302 | 373 | 113 | 27 | 0 | 2 | 306 | 140 | 76 |
| Binary | 1000000 | 11000010 | 11111011 | 1001011 | 10111 | 0 | 10 | 11000110 | 1100000 | 111110 |
Color Harmonies of #40C2FB
Complementary color
Monochromatic Colors of #40C2FB
Black with #40C2FB
Text Example
Text Example
White with #40C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C2FB; }
p { color: rgb(64,194,251); }
H1.HeaderClassName
{
color: #40C2FB;
}
.AnyTagClassName
{
color: #40C2FB;
}
</style>
background-color css
<style>
a { background-color: #40C2FB; }
a { background-color: rgb(64,194,251); }
div.DivClassName
{
background-color: #40C2FB;
}
.BgClassName
{
background-color: #40C2FB;
}
</style>
border-color css
<style>
span { border-color: #40C2FB; }
span { border-color: rgb(64,194,251); }
td.TdClassName
{
border-color: #40C2FB;
}
.TagClassName
{
border-color: #40C2FB;
}
</style>