#C2DCCD

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

Shades of Aero Blue #C2DCCD

Tints of Aero Blue #C2DCCD

Color information

#C2DCCD (or 0xC2DCCD) is unknown color: approx Aero Blue. HEX triplet: C2, DC and CD. RGB value is (194,220,205). Sum of RGB (Red+Green+Blue) = 194+220+205=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCD is #3D2332. Grayscale: #D2D2D2. Windows color (decimal): -4006707 or 13491394. OLE color: 13491394.

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

Color convert

RGB194220205-
CMYK0.1200.070.14
HSL145.38º27.08%81.18%-
HSV(B)145.38º11.82%86.27%-
XYZ58.8667.0667.6-
YUV210.52124.89116.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=31.34%
G=35.54%
B=33.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942202050.1200.070.14145.3827.0881.18
HexC2DCCDC07E911b51
Octal30233431514071622133121
Binary11000010110111001100110111000111111010010001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCCD; }

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

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

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

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

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

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

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

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