#C2DDCD

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

Shades of Aero Blue #C2DDCD

Tints of Aero Blue #C2DDCD

Color information

#C2DDCD (or 0xC2DDCD) is unknown color: approx Aero Blue. HEX triplet: C2, DD and CD. RGB value is (194,221,205). Sum of RGB (Red+Green+Blue) = 194+221+205=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCD is #3D2232. Grayscale: #D3D3D3. Windows color (decimal): -4006451 or 13491650. OLE color: 13491650.

HSL color Cylindrical-coordinate representation of color #C2DDCD: hue angle of 144.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDCD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB194221205-
CMYK0.1200.070.13
HSL144.44º28.42%81.37%-
HSV(B)144.44º12.22%86.67%-
XYZ59.1267.5967.69-
YUV211.1124.55115.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=31.29%
G=35.65%
B=33.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942212050.1200.070.13144.4428.4281.37
HexC2DDCDC07D901c51
Octal30233531514071522034121
Binary11000010110111011100110111000111110110010000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDCD; }

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

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

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

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

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

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

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

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