Shades of Summer Sky #40CEF2
Tints of Summer Sky #40CEF2
RGB
CMYK
RGB Variations
Color information
#40CEF2 (or 0x40CEF2) is known color: Summer Sky. HEX triplet: 40, CE and F2. RGB value is (64,206,242). Sum of RGB (Red+Green+Blue) = 64+206+242=512 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.5% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #40CEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEF2 is #BF310D. Grayscale: #A7A7A7. Windows color (decimal): -12529934 or 15912512. OLE color: 15912512.
HSL color Cylindrical-coordinate representation of color #40CEF2: hue angle of 192.13º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CEF2 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 206 | 242 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.05 |
| HSL | 192.13º | 0.87% | 0.6% | - |
| HSV(B) | 192.13º | 0.74% | 0.95% | - |
| XYZ | 40.21 | 51.64 | 91.85 | - |
| YUV | 167.65 | 169.96 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 242 | 0.74 | 0.15 | 0 | 0.05 | 192.13 | 0.87 | 0.6 |
| Hex | 40 | CE | F2 | 4A | F | 0 | 5 | C0 | 57 | 3C |
| Octal | 100 | 316 | 362 | 112 | 17 | 0 | 5 | 300 | 127 | 74 |
| Binary | 1000000 | 11001110 | 11110010 | 1001010 | 1111 | 0 | 101 | 11000000 | 1010111 | 111100 |
Color Harmonies of #40CEF2
Complementary color
Monochromatic Colors of #40CEF2
Black with #40CEF2
Text Example
Text Example
White with #40CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEF2; }
p { color: rgb(64,206,242); }
H1.HeaderClassName
{
color: #40CEF2;
}
.AnyTagClassName
{
color: #40CEF2;
}
</style>
background-color css
<style>
a { background-color: #40CEF2; }
a { background-color: rgb(64,206,242); }
div.DivClassName
{
background-color: #40CEF2;
}
.BgClassName
{
background-color: #40CEF2;
}
</style>
border-color css
<style>
span { border-color: #40CEF2; }
span { border-color: rgb(64,206,242); }
td.TdClassName
{
border-color: #40CEF2;
}
.TagClassName
{
border-color: #40CEF2;
}
</style>