Shades of Summer Sky #4CAADF
Tints of Summer Sky #4CAADF
RGB
CMYK
RGB Variations
Color information
#4CAADF (or 0x4CAADF) is known color: Summer Sky. HEX triplet: 4C, AA and DF. RGB value is (76,170,223). Sum of RGB (Red+Green+Blue) = 76+170+223=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAADF is #B35520. Grayscale: #939393. Windows color (decimal): -11752737 or 14658124. OLE color: 14658124.
HSL color Cylindrical-coordinate representation of color #4CAADF: hue angle of 201.63º 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 #4CAADF is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 170 | 223 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.13 |
| HSL | 201.63º | 0.7% | 0.59% | - |
| HSV(B) | 201.63º | 0.66% | 0.87% | - |
| XYZ | 30.67 | 35.61 | 75.07 | - |
| YUV | 147.94 | 170.36 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 223 | 0.66 | 0.24 | 0 | 0.13 | 201.63 | 0.7 | 0.59 |
| Hex | 4C | AA | DF | 42 | 18 | 0 | D | CA | 46 | 3B |
| Octal | 114 | 252 | 337 | 102 | 30 | 0 | 15 | 312 | 106 | 73 |
| Binary | 1001100 | 10101010 | 11011111 | 1000010 | 11000 | 0 | 1101 | 11001010 | 1000110 | 111011 |
Color Harmonies of #4CAADF
Complementary color
Monochromatic Colors of #4CAADF
Black with #4CAADF
Text Example
Text Example
White with #4CAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAADF; }
p { color: rgb(76,170,223); }
H1.HeaderClassName
{
color: #4CAADF;
}
.AnyTagClassName
{
color: #4CAADF;
}
</style>
background-color css
<style>
a { background-color: #4CAADF; }
a { background-color: rgb(76,170,223); }
div.DivClassName
{
background-color: #4CAADF;
}
.BgClassName
{
background-color: #4CAADF;
}
</style>
border-color css
<style>
span { border-color: #4CAADF; }
span { border-color: rgb(76,170,223); }
td.TdClassName
{
border-color: #4CAADF;
}
.TagClassName
{
border-color: #4CAADF;
}
</style>