#C3DCD1

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

Shades of Aero Blue #C3DCD1

Tints of Aero Blue #C3DCD1

Color information

#C3DCD1 (or 0xC3DCD1) is unknown color: approx Aero Blue. HEX triplet: C3, DC and D1. RGB value is (195,220,209). Sum of RGB (Red+Green+Blue) = 195+220+209=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCD1 is #3C232E. Grayscale: #D3D3D3. Windows color (decimal): -3941167 or 13753539. OLE color: 13753539.

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

Color convert

RGB195220209-
CMYK0.1100.050.14
HSL153.6º26.32%81.37%-
HSV(B)153.6º11.36%86.27%-
XYZ59.6167.3970.19-
YUV211.27126.72116.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.25%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=31.25%
G=35.26%
B=33.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952202090.1100.050.14153.626.3281.37
HexC3DCD1B05E9a1a51
Octal30333432113051623232121
Binary11000011110111001101000110110101111010011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCD1; }

 p { color: rgb(195,220,209); }

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

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

 a { background-color: rgb(195,220,209); }

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

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

 span { border-color: rgb(195,220,209); }

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