#C7DCD1

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

Shades of Aero Blue #C7DCD1

Tints of Aero Blue #C7DCD1

Color information

#C7DCD1 (or 0xC7DCD1) is unknown color: approx Aero Blue. HEX triplet: C7, DC and D1. RGB value is (199,220,209). Sum of RGB (Red+Green+Blue) = 199+220+209=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCD1 is #38232E. Grayscale: #D4D4D4. Windows color (decimal): -3679023 or 13753543. OLE color: 13753543.

HSL color Cylindrical-coordinate representation of color #C7DCD1: hue angle of 148.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCD1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB199220209-
CMYK0.1000.050.14
HSL148.57º23.08%82.16%-
HSV(B)148.57º9.55%86.27%-
XYZ60.6667.9370.24-
YUV212.47126.04118.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=31.69%
G=35.03%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992202090.1000.050.14148.5723.0882.16
HexC7DCD1A05E951752
Octal30733432112051622527122
Binary11000111110111001101000110100101111010010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCD1; }

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

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

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

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

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

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

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

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