#C1DACD

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

Shades of Aero Blue #C1DACD

Tints of Aero Blue #C1DACD

Color information

#C1DACD (or 0xC1DACD) is unknown color: approx Aero Blue. HEX triplet: C1, DA and CD. RGB value is (193,218,205). Sum of RGB (Red+Green+Blue) = 193+218+205=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DACD is #3E2532. Grayscale: #D1D1D1. Windows color (decimal): -4072755 or 13490881. OLE color: 13490881.

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

Color convert

RGB193218205-
CMYK0.1100.060.15
HSL148.8º25.25%80.59%-
HSV(B)148.8º11.47%85.49%-
XYZ58.0865.8967.41-
YUV209.04125.72116.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=31.33%
G=35.39%
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
Decimal1932182050.1100.060.15148.825.2580.59
HexC1DACDB06F951951
Octal30133231513061722531121
Binary11000001110110101100110110110110111110010101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DACD; }

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

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

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

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

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

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

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

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