Shades of Summer Sky #40CFFF
Tints of Summer Sky #40CFFF
RGB
CMYK
RGB Variations
Color information
#40CFFF (or 0x40CFFF) is known color: Summer Sky. HEX triplet: 40, CF and FF. RGB value is (64,207,255). Sum of RGB (Red+Green+Blue) = 64+207+255=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #40CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFFF is #BF3000. Grayscale: #A9A9A9. Windows color (decimal): -12529665 or 16764736. OLE color: 16764736.
HSL color Cylindrical-coordinate representation of color #40CFFF: hue angle of 195.08º 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 #40CFFF is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 207 | 255 | - |
| CMYK | 0.75 | 0.19 | 0 | 0 |
| HSL | 195.08º | 1% | 0.63% | - |
| HSV(B) | 195.08º | 0.75% | 1% | - |
| XYZ | 42.48 | 52.94 | 102.59 | - |
| YUV | 169.72 | 176.12 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 255 | 0.75 | 0.19 | 0 | 0 | 195.08 | 1 | 0.63 |
| Hex | 40 | CF | FF | 4B | 13 | 0 | 0 | C3 | 64 | 3F |
| Octal | 100 | 317 | 377 | 113 | 23 | 0 | 0 | 303 | 144 | 77 |
| Binary | 1000000 | 11001111 | 11111111 | 1001011 | 10011 | 0 | 0 | 11000011 | 1100100 | 111111 |
Color Harmonies of #40CFFF
Complementary color
Monochromatic Colors of #40CFFF
Black with #40CFFF
Text Example
Text Example
White with #40CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFFF; }
p { color: rgb(64,207,255); }
H1.HeaderClassName
{
color: #40CFFF;
}
.AnyTagClassName
{
color: #40CFFF;
}
</style>
background-color css
<style>
a { background-color: #40CFFF; }
a { background-color: rgb(64,207,255); }
div.DivClassName
{
background-color: #40CFFF;
}
.BgClassName
{
background-color: #40CFFF;
}
</style>
border-color css
<style>
span { border-color: #40CFFF; }
span { border-color: rgb(64,207,255); }
td.TdClassName
{
border-color: #40CFFF;
}
.TagClassName
{
border-color: #40CFFF;
}
</style>