Shades of Summer Sky #4CBBDD
Tints of Summer Sky #4CBBDD
RGB
CMYK
RGB Variations
Color information
#4CBBDD (or 0x4CBBDD) is known color: Summer Sky. HEX triplet: 4C, BB and DD. RGB value is (76,187,221). Sum of RGB (Red+Green+Blue) = 76+187+221=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBDD is #B34422. Grayscale: #9D9D9D. Windows color (decimal): -11748387 or 14531404. OLE color: 14531404.
HSL color Cylindrical-coordinate representation of color #4CBBDD: hue angle of 194.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBBDD is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 187 | 221 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.13 |
| HSL | 194.07º | 0.68% | 0.58% | - |
| HSV(B) | 194.07º | 0.66% | 0.87% | - |
| XYZ | 33.8 | 42.3 | 74.79 | - |
| YUV | 157.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 187 | 221 | 0.66 | 0.15 | 0 | 0.13 | 194.07 | 0.68 | 0.58 |
| Hex | 4C | BB | DD | 42 | F | 0 | D | C2 | 44 | 3A |
| Octal | 114 | 273 | 335 | 102 | 17 | 0 | 15 | 302 | 104 | 72 |
| Binary | 1001100 | 10111011 | 11011101 | 1000010 | 1111 | 0 | 1101 | 11000010 | 1000100 | 111010 |
Color Harmonies of #4CBBDD
Complementary color
Monochromatic Colors of #4CBBDD
Black with #4CBBDD
Text Example
Text Example
White with #4CBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBBDD; }
p { color: rgb(76,187,221); }
H1.HeaderClassName
{
color: #4CBBDD;
}
.AnyTagClassName
{
color: #4CBBDD;
}
</style>
background-color css
<style>
a { background-color: #4CBBDD; }
a { background-color: rgb(76,187,221); }
div.DivClassName
{
background-color: #4CBBDD;
}
.BgClassName
{
background-color: #4CBBDD;
}
</style>
border-color css
<style>
span { border-color: #4CBBDD; }
span { border-color: rgb(76,187,221); }
td.TdClassName
{
border-color: #4CBBDD;
}
.TagClassName
{
border-color: #4CBBDD;
}
</style>