Shades of Summer Sky #40CBED
Tints of Summer Sky #40CBED
RGB
CMYK
RGB Variations
Color information
#40CBED (or 0x40CBED) is known color: Summer Sky. HEX triplet: 40, CB and ED. RGB value is (64,203,237). Sum of RGB (Red+Green+Blue) = 64+203+237=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #40CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBED is #BF3412. Grayscale: #A5A5A5. Windows color (decimal): -12530707 or 15584064. OLE color: 15584064.
HSL color Cylindrical-coordinate representation of color #40CBED: hue angle of 191.79º degrees, saturation: 0.83, 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 #40CBED is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 203 | 237 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.07 |
| HSL | 191.79º | 0.83% | 0.59% | - |
| HSV(B) | 191.79º | 0.73% | 0.93% | - |
| XYZ | 38.76 | 49.92 | 87.71 | - |
| YUV | 165.32 | 168.45 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 237 | 0.73 | 0.14 | 0 | 0.07 | 191.79 | 0.83 | 0.59 |
| Hex | 40 | CB | ED | 49 | E | 0 | 7 | C0 | 53 | 3B |
| Octal | 100 | 313 | 355 | 111 | 16 | 0 | 7 | 300 | 123 | 73 |
| Binary | 1000000 | 11001011 | 11101101 | 1001001 | 1110 | 0 | 111 | 11000000 | 1010011 | 111011 |
Color Harmonies of #40CBED
Complementary color
Monochromatic Colors of #40CBED
Black with #40CBED
Text Example
Text Example
White with #40CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBED; }
p { color: rgb(64,203,237); }
H1.HeaderClassName
{
color: #40CBED;
}
.AnyTagClassName
{
color: #40CBED;
}
</style>
background-color css
<style>
a { background-color: #40CBED; }
a { background-color: rgb(64,203,237); }
div.DivClassName
{
background-color: #40CBED;
}
.BgClassName
{
background-color: #40CBED;
}
</style>
border-color css
<style>
span { border-color: #40CBED; }
span { border-color: rgb(64,203,237); }
td.TdClassName
{
border-color: #40CBED;
}
.TagClassName
{
border-color: #40CBED;
}
</style>