#C4DACD

Color #C4DACD Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C4DACD

Tints of Aero Blue #C4DACD

Color information

#C4DACD (or 0xC4DACD) is unknown color: approx Aero Blue. HEX triplet: C4, DA and CD. RGB value is (196,218,205). Sum of RGB (Red+Green+Blue) = 196+218+205=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DACD is #3B2532. Grayscale: #D1D1D1. Windows color (decimal): -3876147 or 13490884. OLE color: 13490884.

HSL color Cylindrical-coordinate representation of color #C4DACD: hue angle of 144.55º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4DACD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB196218205-
CMYK0.1000.060.15
HSL144.55º22.92%81.18%-
HSV(B)144.55º10.09%85.49%-
XYZ58.8666.2967.45-
YUV209.94125.21118.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 31.66%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=31.66%
G=35.22%
B=33.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962182050.1000.060.15144.5522.9281.18
HexC4DACDA06F911751
Octal30433231512061722127121
Binary11000100110110101100110110100110111110010001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DACD; }

 p { color: rgb(196,218,205); }

 H1.HeaderClassName
 {
   color: #C4DACD;
 }
 .AnyTagClassName
 {
   color: #C4DACD;
 }
</style>
background-color css

<style>
 a { background-color: #C4DACD; }

 a { background-color: rgb(196,218,205); }

 div.DivClassName
 {
   background-color: #C4DACD;
 }
 .BgClassName
 {
   background-color: #C4DACD;
 }
</style>
border-color css

<style>
 span { border-color: #C4DACD; }

 span { border-color: rgb(196,218,205); }

 td.TdClassName
 {
   border-color: #C4DACD;
 }
 .TagClassName
 {
   border-color: #C4DACD;
 }
</style>