Shades of Summer Sky #4CBDE1
Tints of Summer Sky #4CBDE1
RGB
CMYK
RGB Variations
Color information
#4CBDE1 (or 0x4CBDE1) is known color: Summer Sky. HEX triplet: 4C, BD and E1. RGB value is (76,189,225). Sum of RGB (Red+Green+Blue) = 76+189+225=490 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.51% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #4CBDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDE1 is #B3421E. Grayscale: #9F9F9F. Windows color (decimal): -11747871 or 14794060. OLE color: 14794060.
HSL color Cylindrical-coordinate representation of color #4CBDE1: hue angle of 194.5º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBDE1 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 189 | 225 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.12 |
| HSL | 194.5º | 0.71% | 0.59% | - |
| HSV(B) | 194.5º | 0.66% | 0.88% | - |
| XYZ | 34.77 | 43.37 | 77.77 | - |
| YUV | 159.32 | 165.06 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 225 | 0.66 | 0.16 | 0 | 0.12 | 194.5 | 0.71 | 0.59 |
| Hex | 4C | BD | E1 | 42 | 10 | 0 | C | C2 | 47 | 3B |
| Octal | 114 | 275 | 341 | 102 | 20 | 0 | 14 | 302 | 107 | 73 |
| Binary | 1001100 | 10111101 | 11100001 | 1000010 | 10000 | 0 | 1100 | 11000010 | 1000111 | 111011 |
Color Harmonies of #4CBDE1
Complementary color
Monochromatic Colors of #4CBDE1
Black with #4CBDE1
Text Example
Text Example
White with #4CBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDE1; }
p { color: rgb(76,189,225); }
H1.HeaderClassName
{
color: #4CBDE1;
}
.AnyTagClassName
{
color: #4CBDE1;
}
</style>
background-color css
<style>
a { background-color: #4CBDE1; }
a { background-color: rgb(76,189,225); }
div.DivClassName
{
background-color: #4CBDE1;
}
.BgClassName
{
background-color: #4CBDE1;
}
</style>
border-color css
<style>
span { border-color: #4CBDE1; }
span { border-color: rgb(76,189,225); }
td.TdClassName
{
border-color: #4CBDE1;
}
.TagClassName
{
border-color: #4CBDE1;
}
</style>