Shades of Summer Sky #4CAADB
Tints of Summer Sky #4CAADB
RGB
CMYK
RGB Variations
Color information
#4CAADB (or 0x4CAADB) is known color: Summer Sky. HEX triplet: 4C, AA and DB. RGB value is (76,170,219). Sum of RGB (Red+Green+Blue) = 76+170+219=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAADB is #B35524. Grayscale: #939393. Windows color (decimal): -11752741 or 14395980. OLE color: 14395980.
HSL color Cylindrical-coordinate representation of color #4CAADB: hue angle of 200.56º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CAADB is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 170 | 219 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.14 |
| HSL | 200.56º | 0.67% | 0.58% | - |
| HSV(B) | 200.56º | 0.65% | 0.86% | - |
| XYZ | 30.14 | 35.4 | 72.26 | - |
| YUV | 147.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 219 | 0.65 | 0.22 | 0 | 0.14 | 200.56 | 0.67 | 0.58 |
| Hex | 4C | AA | DB | 41 | 16 | 0 | E | C9 | 43 | 3A |
| Octal | 114 | 252 | 333 | 101 | 26 | 0 | 16 | 311 | 103 | 72 |
| Binary | 1001100 | 10101010 | 11011011 | 1000001 | 10110 | 0 | 1110 | 11001001 | 1000011 | 111010 |
Color Harmonies of #4CAADB
Complementary color
Monochromatic Colors of #4CAADB
Black with #4CAADB
Text Example
Text Example
White with #4CAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAADB; }
p { color: rgb(76,170,219); }
H1.HeaderClassName
{
color: #4CAADB;
}
.AnyTagClassName
{
color: #4CAADB;
}
</style>
background-color css
<style>
a { background-color: #4CAADB; }
a { background-color: rgb(76,170,219); }
div.DivClassName
{
background-color: #4CAADB;
}
.BgClassName
{
background-color: #4CAADB;
}
</style>
border-color css
<style>
span { border-color: #4CAADB; }
span { border-color: rgb(76,170,219); }
td.TdClassName
{
border-color: #4CAADB;
}
.TagClassName
{
border-color: #4CAADB;
}
</style>