Shades of Summer Sky #4CBDDF
Tints of Summer Sky #4CBDDF
RGB
CMYK
RGB Variations
Color information
#4CBDDF (or 0x4CBDDF) is known color: Summer Sky. HEX triplet: 4C, BD and DF. RGB value is (76,189,223). Sum of RGB (Red+Green+Blue) = 76+189+223=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDDF is #B34220. Grayscale: #9E9E9E. Windows color (decimal): -11747873 or 14662988. OLE color: 14662988.
HSL color Cylindrical-coordinate representation of color #4CBDDF: hue angle of 193.88º 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 #4CBDDF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 189 | 223 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.13 |
| HSL | 193.88º | 0.7% | 0.59% | - |
| HSV(B) | 193.88º | 0.66% | 0.87% | - |
| XYZ | 34.5 | 43.26 | 76.34 | - |
| YUV | 159.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 223 | 0.66 | 0.15 | 0 | 0.13 | 193.88 | 0.7 | 0.59 |
| Hex | 4C | BD | DF | 42 | F | 0 | D | C2 | 46 | 3B |
| Octal | 114 | 275 | 337 | 102 | 17 | 0 | 15 | 302 | 106 | 73 |
| Binary | 1001100 | 10111101 | 11011111 | 1000010 | 1111 | 0 | 1101 | 11000010 | 1000110 | 111011 |
Color Harmonies of #4CBDDF
Complementary color
Monochromatic Colors of #4CBDDF
Black with #4CBDDF
Text Example
Text Example
White with #4CBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDDF; }
p { color: rgb(76,189,223); }
H1.HeaderClassName
{
color: #4CBDDF;
}
.AnyTagClassName
{
color: #4CBDDF;
}
</style>
background-color css
<style>
a { background-color: #4CBDDF; }
a { background-color: rgb(76,189,223); }
div.DivClassName
{
background-color: #4CBDDF;
}
.BgClassName
{
background-color: #4CBDDF;
}
</style>
border-color css
<style>
span { border-color: #4CBDDF; }
span { border-color: rgb(76,189,223); }
td.TdClassName
{
border-color: #4CBDDF;
}
.TagClassName
{
border-color: #4CBDDF;
}
</style>