Shades of Summer Sky #40CBE7
Tints of Summer Sky #40CBE7
RGB
CMYK
RGB Variations
Color information
#40CBE7 (or 0x40CBE7) is known color: Summer Sky. HEX triplet: 40, CB and E7. RGB value is (64,203,231). Sum of RGB (Red+Green+Blue) = 64+203+231=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #40CBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBE7 is #BF3418. Grayscale: #A4A4A4. Windows color (decimal): -12530713 or 15190848. OLE color: 15190848.
HSL color Cylindrical-coordinate representation of color #40CBE7: hue angle of 190.06º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40CBE7 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 203 | 231 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.09 |
| HSL | 190.06º | 0.78% | 0.58% | - |
| HSV(B) | 190.06º | 0.72% | 0.91% | - |
| XYZ | 37.89 | 49.57 | 83.17 | - |
| YUV | 164.63 | 165.45 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 231 | 0.72 | 0.12 | 0 | 0.09 | 190.06 | 0.78 | 0.58 |
| Hex | 40 | CB | E7 | 48 | C | 0 | 9 | BE | 4E | 3A |
| Octal | 100 | 313 | 347 | 110 | 14 | 0 | 11 | 276 | 116 | 72 |
| Binary | 1000000 | 11001011 | 11100111 | 1001000 | 1100 | 0 | 1001 | 10111110 | 1001110 | 111010 |
Color Harmonies of #40CBE7
Complementary color
Monochromatic Colors of #40CBE7
Black with #40CBE7
Text Example
Text Example
White with #40CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBE7; }
p { color: rgb(64,203,231); }
H1.HeaderClassName
{
color: #40CBE7;
}
.AnyTagClassName
{
color: #40CBE7;
}
</style>
background-color css
<style>
a { background-color: #40CBE7; }
a { background-color: rgb(64,203,231); }
div.DivClassName
{
background-color: #40CBE7;
}
.BgClassName
{
background-color: #40CBE7;
}
</style>
border-color css
<style>
span { border-color: #40CBE7; }
span { border-color: rgb(64,203,231); }
td.TdClassName
{
border-color: #40CBE7;
}
.TagClassName
{
border-color: #40CBE7;
}
</style>