#C2D9CD

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

Shades of Aero Blue #C2D9CD

Tints of Aero Blue #C2D9CD

Color information

#C2D9CD (or 0xC2D9CD) is unknown color: approx Aero Blue. HEX triplet: C2, D9 and CD. RGB value is (194,217,205). Sum of RGB (Red+Green+Blue) = 194+217+205=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CD is #3D2632. Grayscale: #D0D0D0. Windows color (decimal): -4007475 or 13490626. OLE color: 13490626.

HSL color Cylindrical-coordinate representation of color #C2D9CD: hue angle of 148.7º degrees, saturation: 0.23, 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 #C2D9CD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB194217205-
CMYK0.1100.060.15
HSL148.7º23.23%80.59%-
HSV(B)148.7º10.6%85.1%-
XYZ58.0865.567.34-
YUV208.76125.88117.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=31.49%
G=35.23%
B=33.28%

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
Decimal1942172050.1100.060.15148.723.2380.59
HexC2D9CDB06F951751
Octal30233131513061722527121
Binary11000010110110011100110110110110111110010101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9CD; }

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

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

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

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

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

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

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

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