Shades of Summer Sky #40CEFE
Tints of Summer Sky #40CEFE
RGB
CMYK
RGB Variations
Color information
#40CEFE (or 0x40CEFE) is known color: Summer Sky. HEX triplet: 40, CE and FE. RGB value is (64,206,254). Sum of RGB (Red+Green+Blue) = 64+206+254=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEFE is #BF3101. Grayscale: #A8A8A8. Windows color (decimal): -12529922 or 16698944. OLE color: 16698944.
HSL color Cylindrical-coordinate representation of color #40CEFE: hue angle of 195.16º 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 #40CEFE is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 206 | 254 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.00 |
| HSL | 195.16º | 0.99% | 0.62% | - |
| HSV(B) | 195.16º | 0.75% | 1% | - |
| XYZ | 42.08 | 52.39 | 101.66 | - |
| YUV | 169.01 | 175.96 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 254 | 0.75 | 0.19 | 0 | 0.00 | 195.16 | 0.99 | 0.62 |
| Hex | 40 | CE | FE | 4B | 13 | 0 | 0 | C3 | 63 | 3E |
| Octal | 100 | 316 | 376 | 113 | 23 | 0 | 0 | 303 | 143 | 76 |
| Binary | 1000000 | 11001110 | 11111110 | 1001011 | 10011 | 0 | 0 | 11000011 | 1100011 | 111110 |
Color Harmonies of #40CEFE
Complementary color
Monochromatic Colors of #40CEFE
Black with #40CEFE
Text Example
Text Example
White with #40CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEFE; }
p { color: rgb(64,206,254); }
H1.HeaderClassName
{
color: #40CEFE;
}
.AnyTagClassName
{
color: #40CEFE;
}
</style>
background-color css
<style>
a { background-color: #40CEFE; }
a { background-color: rgb(64,206,254); }
div.DivClassName
{
background-color: #40CEFE;
}
.BgClassName
{
background-color: #40CEFE;
}
</style>
border-color css
<style>
span { border-color: #40CEFE; }
span { border-color: rgb(64,206,254); }
td.TdClassName
{
border-color: #40CEFE;
}
.TagClassName
{
border-color: #40CEFE;
}
</style>