Shades of Summer Sky #40CEFF
Tints of Summer Sky #40CEFF
RGB
CMYK
RGB Variations
Color information
#40CEFF (or 0x40CEFF) is known color: Summer Sky. HEX triplet: 40, CE and FF. RGB value is (64,206,255). Sum of RGB (Red+Green+Blue) = 64+206+255=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #40CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEFF is #BF3100. Grayscale: #A8A8A8. Windows color (decimal): -12529921 or 16764480. OLE color: 16764480.
HSL color Cylindrical-coordinate representation of color #40CEFF: hue angle of 195.39º 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 #40CEFF is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 206 | 255 | - |
| CMYK | 0.75 | 0.19 | 0 | 0 |
| HSL | 195.39º | 1% | 0.63% | - |
| HSV(B) | 195.39º | 0.75% | 1% | - |
| XYZ | 42.24 | 52.45 | 102.51 | - |
| YUV | 169.13 | 176.46 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 255 | 0.75 | 0.19 | 0 | 0 | 195.39 | 1 | 0.63 |
| Hex | 40 | CE | FF | 4B | 13 | 0 | 0 | C3 | 64 | 3F |
| Octal | 100 | 316 | 377 | 113 | 23 | 0 | 0 | 303 | 144 | 77 |
| Binary | 1000000 | 11001110 | 11111111 | 1001011 | 10011 | 0 | 0 | 11000011 | 1100100 | 111111 |
Color Harmonies of #40CEFF
Complementary color
Monochromatic Colors of #40CEFF
Black with #40CEFF
Text Example
Text Example
White with #40CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEFF; }
p { color: rgb(64,206,255); }
H1.HeaderClassName
{
color: #40CEFF;
}
.AnyTagClassName
{
color: #40CEFF;
}
</style>
background-color css
<style>
a { background-color: #40CEFF; }
a { background-color: rgb(64,206,255); }
div.DivClassName
{
background-color: #40CEFF;
}
.BgClassName
{
background-color: #40CEFF;
}
</style>
border-color css
<style>
span { border-color: #40CEFF; }
span { border-color: rgb(64,206,255); }
td.TdClassName
{
border-color: #40CEFF;
}
.TagClassName
{
border-color: #40CEFF;
}
</style>