Shades of Summer Sky #40C4FA
Tints of Summer Sky #40C4FA
RGB
CMYK
RGB Variations
Color information
#40C4FA (or 0x40C4FA) is known color: Summer Sky. HEX triplet: 40, C4 and FA. RGB value is (64,196,250). Sum of RGB (Red+Green+Blue) = 64+196+250=510 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.55% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #40C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4FA is #BF3B05. Grayscale: #A2A2A2. Windows color (decimal): -12532486 or 16434240. OLE color: 16434240.
HSL color Cylindrical-coordinate representation of color #40C4FA: hue angle of 197.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40C4FA is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 196 | 250 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.02 |
| HSL | 197.42º | 0.95% | 0.62% | - |
| HSV(B) | 197.42º | 0.74% | 0.98% | - |
| XYZ | 39.11 | 47.47 | 97.54 | - |
| YUV | 162.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 250 | 0.74 | 0.22 | 0 | 0.02 | 197.42 | 0.95 | 0.62 |
| Hex | 40 | C4 | FA | 4A | 16 | 0 | 2 | C5 | 5F | 3E |
| Octal | 100 | 304 | 372 | 112 | 26 | 0 | 2 | 305 | 137 | 76 |
| Binary | 1000000 | 11000100 | 11111010 | 1001010 | 10110 | 0 | 10 | 11000101 | 1011111 | 111110 |
Color Harmonies of #40C4FA
Complementary color
Monochromatic Colors of #40C4FA
Black with #40C4FA
Text Example
Text Example
White with #40C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C4FA; }
p { color: rgb(64,196,250); }
H1.HeaderClassName
{
color: #40C4FA;
}
.AnyTagClassName
{
color: #40C4FA;
}
</style>
background-color css
<style>
a { background-color: #40C4FA; }
a { background-color: rgb(64,196,250); }
div.DivClassName
{
background-color: #40C4FA;
}
.BgClassName
{
background-color: #40C4FA;
}
</style>
border-color css
<style>
span { border-color: #40C4FA; }
span { border-color: rgb(64,196,250); }
td.TdClassName
{
border-color: #40C4FA;
}
.TagClassName
{
border-color: #40C4FA;
}
</style>