Shades of Summer Sky #40CDFE
Tints of Summer Sky #40CDFE
RGB
CMYK
RGB Variations
Color information
#40CDFE (or 0x40CDFE) is known color: Summer Sky. HEX triplet: 40, CD and FE. RGB value is (64,205,254). Sum of RGB (Red+Green+Blue) = 64+205+254=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CDFE is #BF3201. Grayscale: #A8A8A8. Windows color (decimal): -12530178 or 16698688. OLE color: 16698688.
HSL color Cylindrical-coordinate representation of color #40CDFE: hue angle of 195.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CDFE is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 205 | 254 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.00 |
| HSL | 195.47º | 0.99% | 0.62% | - |
| HSV(B) | 195.47º | 0.75% | 1% | - |
| XYZ | 41.84 | 51.91 | 101.58 | - |
| YUV | 168.43 | 176.29 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 254 | 0.75 | 0.19 | 0 | 0.00 | 195.47 | 0.99 | 0.62 |
| Hex | 40 | CD | FE | 4B | 13 | 0 | 0 | C3 | 63 | 3E |
| Octal | 100 | 315 | 376 | 113 | 23 | 0 | 0 | 303 | 143 | 76 |
| Binary | 1000000 | 11001101 | 11111110 | 1001011 | 10011 | 0 | 0 | 11000011 | 1100011 | 111110 |
Color Harmonies of #40CDFE
Complementary color
Monochromatic Colors of #40CDFE
Black with #40CDFE
Text Example
Text Example
White with #40CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDFE; }
p { color: rgb(64,205,254); }
H1.HeaderClassName
{
color: #40CDFE;
}
.AnyTagClassName
{
color: #40CDFE;
}
</style>
background-color css
<style>
a { background-color: #40CDFE; }
a { background-color: rgb(64,205,254); }
div.DivClassName
{
background-color: #40CDFE;
}
.BgClassName
{
background-color: #40CDFE;
}
</style>
border-color css
<style>
span { border-color: #40CDFE; }
span { border-color: rgb(64,205,254); }
td.TdClassName
{
border-color: #40CDFE;
}
.TagClassName
{
border-color: #40CDFE;
}
</style>