Shades of Summer Sky #40D0FC
Tints of Summer Sky #40D0FC
RGB
CMYK
RGB Variations
Color information
#40D0FC (or 0x40D0FC) is known color: Summer Sky. HEX triplet: 40, D0 and FC. RGB value is (64,208,252). Sum of RGB (Red+Green+Blue) = 64+208+252=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #40D0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D0FC is #BF2F03. Grayscale: #A9A9A9. Windows color (decimal): -12529412 or 16568384. OLE color: 16568384.
HSL color Cylindrical-coordinate representation of color #40D0FC: hue angle of 194.04º 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 #40D0FC is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 208 | 252 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.01 |
| HSL | 194.04º | 0.97% | 0.62% | - |
| HSV(B) | 194.04º | 0.75% | 0.99% | - |
| XYZ | 42.24 | 53.23 | 100.14 | - |
| YUV | 169.96 | 174.29 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 252 | 0.75 | 0.17 | 0 | 0.01 | 194.04 | 0.97 | 0.62 |
| Hex | 40 | D0 | FC | 4B | 11 | 0 | 1 | C2 | 61 | 3E |
| Octal | 100 | 320 | 374 | 113 | 21 | 0 | 1 | 302 | 141 | 76 |
| Binary | 1000000 | 11010000 | 11111100 | 1001011 | 10001 | 0 | 1 | 11000010 | 1100001 | 111110 |
Color Harmonies of #40D0FC
Complementary color
Monochromatic Colors of #40D0FC
Black with #40D0FC
Text Example
Text Example
White with #40D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0FC; }
p { color: rgb(64,208,252); }
H1.HeaderClassName
{
color: #40D0FC;
}
.AnyTagClassName
{
color: #40D0FC;
}
</style>
background-color css
<style>
a { background-color: #40D0FC; }
a { background-color: rgb(64,208,252); }
div.DivClassName
{
background-color: #40D0FC;
}
.BgClassName
{
background-color: #40D0FC;
}
</style>
border-color css
<style>
span { border-color: #40D0FC; }
span { border-color: rgb(64,208,252); }
td.TdClassName
{
border-color: #40D0FC;
}
.TagClassName
{
border-color: #40D0FC;
}
</style>