Shades of Summer Sky #40CDFF
Tints of Summer Sky #40CDFF
RGB
CMYK
RGB Variations
Color information
#40CDFF (or 0x40CDFF) is known color: Summer Sky. HEX triplet: 40, CD and FF. RGB value is (64,205,255). Sum of RGB (Red+Green+Blue) = 64+205+255=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #40CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CDFF is #BF3200. Grayscale: #A8A8A8. Windows color (decimal): -12530177 or 16764224. OLE color: 16764224.
HSL color Cylindrical-coordinate representation of color #40CDFF: hue angle of 195.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CDFF is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 205 | 255 | - |
| CMYK | 0.75 | 0.20 | 0 | 0 |
| HSL | 195.71º | 1% | 0.63% | - |
| HSV(B) | 195.71º | 0.75% | 1% | - |
| XYZ | 42 | 51.97 | 102.43 | - |
| YUV | 168.54 | 176.79 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 255 | 0.75 | 0.20 | 0 | 0 | 195.71 | 1 | 0.63 |
| Hex | 40 | CD | FF | 4B | 14 | 0 | 0 | C4 | 64 | 3F |
| Octal | 100 | 315 | 377 | 113 | 24 | 0 | 0 | 304 | 144 | 77 |
| Binary | 1000000 | 11001101 | 11111111 | 1001011 | 10100 | 0 | 0 | 11000100 | 1100100 | 111111 |
Color Harmonies of #40CDFF
Complementary color
Monochromatic Colors of #40CDFF
Black with #40CDFF
Text Example
Text Example
White with #40CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDFF; }
p { color: rgb(64,205,255); }
H1.HeaderClassName
{
color: #40CDFF;
}
.AnyTagClassName
{
color: #40CDFF;
}
</style>
background-color css
<style>
a { background-color: #40CDFF; }
a { background-color: rgb(64,205,255); }
div.DivClassName
{
background-color: #40CDFF;
}
.BgClassName
{
background-color: #40CDFF;
}
</style>
border-color css
<style>
span { border-color: #40CDFF; }
span { border-color: rgb(64,205,255); }
td.TdClassName
{
border-color: #40CDFF;
}
.TagClassName
{
border-color: #40CDFF;
}
</style>