Shades of Summer Sky #40CFFA
Tints of Summer Sky #40CFFA
RGB
CMYK
RGB Variations
Color information
#40CFFA (or 0x40CFFA) is known color: Summer Sky. HEX triplet: 40, CF and FA. RGB value is (64,207,250). Sum of RGB (Red+Green+Blue) = 64+207+250=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #40CFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFFA is #BF3005. Grayscale: #A8A8A8. Windows color (decimal): -12529670 or 16437056. OLE color: 16437056.
HSL color Cylindrical-coordinate representation of color #40CFFA: hue angle of 193.87º 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 #40CFFA is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 207 | 250 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.02 |
| HSL | 193.87º | 0.95% | 0.62% | - |
| HSV(B) | 193.87º | 0.74% | 0.98% | - |
| XYZ | 41.68 | 52.62 | 98.4 | - |
| YUV | 169.15 | 173.62 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 250 | 0.74 | 0.17 | 0 | 0.02 | 193.87 | 0.95 | 0.62 |
| Hex | 40 | CF | FA | 4A | 11 | 0 | 2 | C2 | 5F | 3E |
| Octal | 100 | 317 | 372 | 112 | 21 | 0 | 2 | 302 | 137 | 76 |
| Binary | 1000000 | 11001111 | 11111010 | 1001010 | 10001 | 0 | 10 | 11000010 | 1011111 | 111110 |
Color Harmonies of #40CFFA
Complementary color
Monochromatic Colors of #40CFFA
Black with #40CFFA
Text Example
Text Example
White with #40CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFFA; }
p { color: rgb(64,207,250); }
H1.HeaderClassName
{
color: #40CFFA;
}
.AnyTagClassName
{
color: #40CFFA;
}
</style>
background-color css
<style>
a { background-color: #40CFFA; }
a { background-color: rgb(64,207,250); }
div.DivClassName
{
background-color: #40CFFA;
}
.BgClassName
{
background-color: #40CFFA;
}
</style>
border-color css
<style>
span { border-color: #40CFFA; }
span { border-color: rgb(64,207,250); }
td.TdClassName
{
border-color: #40CFFA;
}
.TagClassName
{
border-color: #40CFFA;
}
</style>