Shades of Summer Sky #4CAADD
Tints of Summer Sky #4CAADD
RGB
CMYK
RGB Variations
Color information
#4CAADD (or 0x4CAADD) is known color: Summer Sky. HEX triplet: 4C, AA and DD. RGB value is (76,170,221). Sum of RGB (Red+Green+Blue) = 76+170+221=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAADD is #B35522. Grayscale: #939393. Windows color (decimal): -11752739 or 14527052. OLE color: 14527052.
HSL color Cylindrical-coordinate representation of color #4CAADD: hue angle of 201.1º 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 #4CAADD is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 170 | 221 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.13 |
| HSL | 201.1º | 0.68% | 0.58% | - |
| HSV(B) | 201.1º | 0.66% | 0.87% | - |
| XYZ | 30.41 | 35.51 | 73.66 | - |
| YUV | 147.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 221 | 0.66 | 0.23 | 0 | 0.13 | 201.1 | 0.68 | 0.58 |
| Hex | 4C | AA | DD | 42 | 17 | 0 | D | C9 | 44 | 3A |
| Octal | 114 | 252 | 335 | 102 | 27 | 0 | 15 | 311 | 104 | 72 |
| Binary | 1001100 | 10101010 | 11011101 | 1000010 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111010 |
Color Harmonies of #4CAADD
Complementary color
Monochromatic Colors of #4CAADD
Black with #4CAADD
Text Example
Text Example
White with #4CAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAADD; }
p { color: rgb(76,170,221); }
H1.HeaderClassName
{
color: #4CAADD;
}
.AnyTagClassName
{
color: #4CAADD;
}
</style>
background-color css
<style>
a { background-color: #4CAADD; }
a { background-color: rgb(76,170,221); }
div.DivClassName
{
background-color: #4CAADD;
}
.BgClassName
{
background-color: #4CAADD;
}
</style>
border-color css
<style>
span { border-color: #4CAADD; }
span { border-color: rgb(76,170,221); }
td.TdClassName
{
border-color: #4CAADD;
}
.TagClassName
{
border-color: #4CAADD;
}
</style>