Shades of Summer Sky #40CBEE
Tints of Summer Sky #40CBEE
RGB
CMYK
RGB Variations
Color information
#40CBEE (or 0x40CBEE) is known color: Summer Sky. HEX triplet: 40, CB and EE. RGB value is (64,203,238). Sum of RGB (Red+Green+Blue) = 64+203+238=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #40CBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBEE is #BF3411. Grayscale: #A5A5A5. Windows color (decimal): -12530706 or 15649600. OLE color: 15649600.
HSL color Cylindrical-coordinate representation of color #40CBEE: hue angle of 192.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CBEE is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 203 | 238 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.07 |
| HSL | 192.07º | 0.84% | 0.59% | - |
| HSV(B) | 192.07º | 0.73% | 0.93% | - |
| XYZ | 38.9 | 49.97 | 88.48 | - |
| YUV | 165.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 238 | 0.73 | 0.15 | 0 | 0.07 | 192.07 | 0.84 | 0.59 |
| Hex | 40 | CB | EE | 49 | F | 0 | 7 | C0 | 54 | 3B |
| Octal | 100 | 313 | 356 | 111 | 17 | 0 | 7 | 300 | 124 | 73 |
| Binary | 1000000 | 11001011 | 11101110 | 1001001 | 1111 | 0 | 111 | 11000000 | 1010100 | 111011 |
Color Harmonies of #40CBEE
Complementary color
Monochromatic Colors of #40CBEE
Black with #40CBEE
Text Example
Text Example
White with #40CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBEE; }
p { color: rgb(64,203,238); }
H1.HeaderClassName
{
color: #40CBEE;
}
.AnyTagClassName
{
color: #40CBEE;
}
</style>
background-color css
<style>
a { background-color: #40CBEE; }
a { background-color: rgb(64,203,238); }
div.DivClassName
{
background-color: #40CBEE;
}
.BgClassName
{
background-color: #40CBEE;
}
</style>
border-color css
<style>
span { border-color: #40CBEE; }
span { border-color: rgb(64,203,238); }
td.TdClassName
{
border-color: #40CBEE;
}
.TagClassName
{
border-color: #40CBEE;
}
</style>