#C1DDCD

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

Shades of Aero Blue #C1DDCD

Tints of Aero Blue #C1DDCD

Color information

#C1DDCD (or 0xC1DDCD) is unknown color: approx Aero Blue. HEX triplet: C1, DD and CD. RGB value is (193,221,205). Sum of RGB (Red+Green+Blue) = 193+221+205=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCD is #3E2232. Grayscale: #D2D2D2. Windows color (decimal): -4071987 or 13491649. OLE color: 13491649.

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

Color convert

RGB193221205-
CMYK0.1300.070.13
HSL145.71º29.17%81.18%-
HSV(B)145.71º12.67%86.67%-
XYZ58.8767.4667.68-
YUV210.8124.72115.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=31.18%
G=35.70%
B=33.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932212050.1300.070.13145.7129.1781.18
HexC1DDCDD07D921d51
Octal30133531515071522235121
Binary11000001110111011100110111010111110110010010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDCD; }

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

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

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

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

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

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

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

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