Shades of Summer Sky #40C1FE
Tints of Summer Sky #40C1FE
RGB
CMYK
RGB Variations
Color information
#40C1FE (or 0x40C1FE) is known color: Summer Sky. HEX triplet: 40, C1 and FE. RGB value is (64,193,254). Sum of RGB (Red+Green+Blue) = 64+193+254=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #40C1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C1FE is #BF3E01. Grayscale: #A1A1A1. Windows color (decimal): -12533250 or 16695616. OLE color: 16695616.
HSL color Cylindrical-coordinate representation of color #40C1FE: hue angle of 199.26º 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 #40C1FE is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 193 | 254 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.00 |
| HSL | 199.26º | 0.99% | 0.62% | - |
| HSV(B) | 199.26º | 0.75% | 1% | - |
| XYZ | 39.07 | 46.39 | 100.66 | - |
| YUV | 161.38 | 180.26 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 254 | 0.75 | 0.24 | 0 | 0.00 | 199.26 | 0.99 | 0.62 |
| Hex | 40 | C1 | FE | 4B | 18 | 0 | 0 | C7 | 63 | 3E |
| Octal | 100 | 301 | 376 | 113 | 30 | 0 | 0 | 307 | 143 | 76 |
| Binary | 1000000 | 11000001 | 11111110 | 1001011 | 11000 | 0 | 0 | 11000111 | 1100011 | 111110 |
Color Harmonies of #40C1FE
Complementary color
Monochromatic Colors of #40C1FE
Black with #40C1FE
Text Example
Text Example
White with #40C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C1FE; }
p { color: rgb(64,193,254); }
H1.HeaderClassName
{
color: #40C1FE;
}
.AnyTagClassName
{
color: #40C1FE;
}
</style>
background-color css
<style>
a { background-color: #40C1FE; }
a { background-color: rgb(64,193,254); }
div.DivClassName
{
background-color: #40C1FE;
}
.BgClassName
{
background-color: #40C1FE;
}
</style>
border-color css
<style>
span { border-color: #40C1FE; }
span { border-color: rgb(64,193,254); }
td.TdClassName
{
border-color: #40C1FE;
}
.TagClassName
{
border-color: #40C1FE;
}
</style>