Shades of Summer Sky #4CBCDF
Tints of Summer Sky #4CBCDF
RGB
CMYK
RGB Variations
Color information
#4CBCDF (or 0x4CBCDF) is known color: Summer Sky. HEX triplet: 4C, BC and DF. RGB value is (76,188,223). Sum of RGB (Red+Green+Blue) = 76+188+223=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCDF is #B34320. Grayscale: #9E9E9E. Windows color (decimal): -11748129 or 14662732. OLE color: 14662732.
HSL color Cylindrical-coordinate representation of color #4CBCDF: hue angle of 194.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBCDF is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 188 | 223 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.13 |
| HSL | 194.29º | 0.7% | 0.59% | - |
| HSV(B) | 194.29º | 0.66% | 0.87% | - |
| XYZ | 34.28 | 42.83 | 76.27 | - |
| YUV | 158.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 223 | 0.66 | 0.16 | 0 | 0.13 | 194.29 | 0.7 | 0.59 |
| Hex | 4C | BC | DF | 42 | 10 | 0 | D | C2 | 46 | 3B |
| Octal | 114 | 274 | 337 | 102 | 20 | 0 | 15 | 302 | 106 | 73 |
| Binary | 1001100 | 10111100 | 11011111 | 1000010 | 10000 | 0 | 1101 | 11000010 | 1000110 | 111011 |
Color Harmonies of #4CBCDF
Complementary color
Monochromatic Colors of #4CBCDF
Black with #4CBCDF
Text Example
Text Example
White with #4CBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCDF; }
p { color: rgb(76,188,223); }
H1.HeaderClassName
{
color: #4CBCDF;
}
.AnyTagClassName
{
color: #4CBCDF;
}
</style>
background-color css
<style>
a { background-color: #4CBCDF; }
a { background-color: rgb(76,188,223); }
div.DivClassName
{
background-color: #4CBCDF;
}
.BgClassName
{
background-color: #4CBCDF;
}
</style>
border-color css
<style>
span { border-color: #4CBCDF; }
span { border-color: rgb(76,188,223); }
td.TdClassName
{
border-color: #4CBCDF;
}
.TagClassName
{
border-color: #4CBCDF;
}
</style>