#C2DACD

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

Shades of Aero Blue #C2DACD

Tints of Aero Blue #C2DACD

Color information

#C2DACD (or 0xC2DACD) is unknown color: approx Aero Blue. HEX triplet: C2, DA and CD. RGB value is (194,218,205). Sum of RGB (Red+Green+Blue) = 194+218+205=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACD is #3D2532. Grayscale: #D1D1D1. Windows color (decimal): -4007219 or 13490882. OLE color: 13490882.

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

Color convert

RGB194218205-
CMYK0.1100.060.15
HSL147.5º24.49%80.78%-
HSV(B)147.5º11.01%85.49%-
XYZ58.3466.0267.43-
YUV209.34125.55117.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=31.44%
G=35.33%
B=33.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942182050.1100.060.15147.524.4980.78
HexC2DACDB06F941851
Octal30233231513061722430121
Binary11000010110110101100110110110110111110010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DACD; }

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

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

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

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

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

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

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

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