Shades of Summer Sky #40C3FF
Tints of Summer Sky #40C3FF
RGB
CMYK
RGB Variations
Color information
#40C3FF (or 0x40C3FF) is known color: Summer Sky. HEX triplet: 40, C3 and FF. RGB value is (64,195,255). Sum of RGB (Red+Green+Blue) = 64+195+255=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #40C3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C3FF is #BF3C00. Grayscale: #A2A2A2. Windows color (decimal): -12532737 or 16761664. OLE color: 16761664.
HSL color Cylindrical-coordinate representation of color #40C3FF: hue angle of 198.85º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C3FF is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 195 | 255 | - |
| CMYK | 0.75 | 0.24 | 0 | 0 |
| HSL | 198.85º | 1% | 0.63% | - |
| HSV(B) | 198.85º | 0.75% | 1% | - |
| XYZ | 39.68 | 47.34 | 101.65 | - |
| YUV | 162.67 | 180.1 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 255 | 0.75 | 0.24 | 0 | 0 | 198.85 | 1 | 0.63 |
| Hex | 40 | C3 | FF | 4B | 18 | 0 | 0 | C7 | 64 | 3F |
| Octal | 100 | 303 | 377 | 113 | 30 | 0 | 0 | 307 | 144 | 77 |
| Binary | 1000000 | 11000011 | 11111111 | 1001011 | 11000 | 0 | 0 | 11000111 | 1100100 | 111111 |
Color Harmonies of #40C3FF
Complementary color
Monochromatic Colors of #40C3FF
Black with #40C3FF
Text Example
Text Example
White with #40C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C3FF; }
p { color: rgb(64,195,255); }
H1.HeaderClassName
{
color: #40C3FF;
}
.AnyTagClassName
{
color: #40C3FF;
}
</style>
background-color css
<style>
a { background-color: #40C3FF; }
a { background-color: rgb(64,195,255); }
div.DivClassName
{
background-color: #40C3FF;
}
.BgClassName
{
background-color: #40C3FF;
}
</style>
border-color css
<style>
span { border-color: #40C3FF; }
span { border-color: rgb(64,195,255); }
td.TdClassName
{
border-color: #40C3FF;
}
.TagClassName
{
border-color: #40C3FF;
}
</style>