Shades of Summer Sky #40CFFC
Tints of Summer Sky #40CFFC
RGB
CMYK
RGB Variations
Color information
#40CFFC (or 0x40CFFC) is known color: Summer Sky. HEX triplet: 40, CF and FC. RGB value is (64,207,252). Sum of RGB (Red+Green+Blue) = 64+207+252=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #40CFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFFC is #BF3003. Grayscale: #A9A9A9. Windows color (decimal): -12529668 or 16568128. OLE color: 16568128.
HSL color Cylindrical-coordinate representation of color #40CFFC: hue angle of 194.36º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CFFC is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 207 | 252 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.01 |
| HSL | 194.36º | 0.97% | 0.62% | - |
| HSV(B) | 194.36º | 0.75% | 0.99% | - |
| XYZ | 42 | 52.74 | 100.06 | - |
| YUV | 169.37 | 174.62 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 252 | 0.75 | 0.18 | 0 | 0.01 | 194.36 | 0.97 | 0.62 |
| Hex | 40 | CF | FC | 4B | 12 | 0 | 1 | C2 | 61 | 3E |
| Octal | 100 | 317 | 374 | 113 | 22 | 0 | 1 | 302 | 141 | 76 |
| Binary | 1000000 | 11001111 | 11111100 | 1001011 | 10010 | 0 | 1 | 11000010 | 1100001 | 111110 |
Color Harmonies of #40CFFC
Complementary color
Monochromatic Colors of #40CFFC
Black with #40CFFC
Text Example
Text Example
White with #40CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFFC; }
p { color: rgb(64,207,252); }
H1.HeaderClassName
{
color: #40CFFC;
}
.AnyTagClassName
{
color: #40CFFC;
}
</style>
background-color css
<style>
a { background-color: #40CFFC; }
a { background-color: rgb(64,207,252); }
div.DivClassName
{
background-color: #40CFFC;
}
.BgClassName
{
background-color: #40CFFC;
}
</style>
border-color css
<style>
span { border-color: #40CFFC; }
span { border-color: rgb(64,207,252); }
td.TdClassName
{
border-color: #40CFFC;
}
.TagClassName
{
border-color: #40CFFC;
}
</style>