Shades of Summer Sky #40D0F5
Tints of Summer Sky #40D0F5
RGB
CMYK
RGB Variations
Color information
#40D0F5 (or 0x40D0F5) is known color: Summer Sky. HEX triplet: 40, D0 and F5. RGB value is (64,208,245). Sum of RGB (Red+Green+Blue) = 64+208+245=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #40D0F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D0F5 is #BF2F0A. Grayscale: #A8A8A8. Windows color (decimal): -12529419 or 16109632. OLE color: 16109632.
HSL color Cylindrical-coordinate representation of color #40D0F5: hue angle of 192.27º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40D0F5 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 208 | 245 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.04 |
| HSL | 192.27º | 0.9% | 0.61% | - |
| HSV(B) | 192.27º | 0.74% | 0.96% | - |
| XYZ | 41.15 | 52.79 | 94.41 | - |
| YUV | 169.16 | 170.79 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 245 | 0.74 | 0.15 | 0 | 0.04 | 192.27 | 0.9 | 0.61 |
| Hex | 40 | D0 | F5 | 4A | F | 0 | 4 | C0 | 5A | 3D |
| Octal | 100 | 320 | 365 | 112 | 17 | 0 | 4 | 300 | 132 | 75 |
| Binary | 1000000 | 11010000 | 11110101 | 1001010 | 1111 | 0 | 100 | 11000000 | 1011010 | 111101 |
Color Harmonies of #40D0F5
Complementary color
Monochromatic Colors of #40D0F5
Black with #40D0F5
Text Example
Text Example
White with #40D0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0F5; }
p { color: rgb(64,208,245); }
H1.HeaderClassName
{
color: #40D0F5;
}
.AnyTagClassName
{
color: #40D0F5;
}
</style>
background-color css
<style>
a { background-color: #40D0F5; }
a { background-color: rgb(64,208,245); }
div.DivClassName
{
background-color: #40D0F5;
}
.BgClassName
{
background-color: #40D0F5;
}
</style>
border-color css
<style>
span { border-color: #40D0F5; }
span { border-color: rgb(64,208,245); }
td.TdClassName
{
border-color: #40D0F5;
}
.TagClassName
{
border-color: #40D0F5;
}
</style>