#C6DCD1

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

Shades of Aero Blue #C6DCD1

Tints of Aero Blue #C6DCD1

Color information

#C6DCD1 (or 0xC6DCD1) is unknown color: approx Aero Blue. HEX triplet: C6, DC and D1. RGB value is (198,220,209). Sum of RGB (Red+Green+Blue) = 198+220+209=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD1 is #39232E. Grayscale: #D4D4D4. Windows color (decimal): -3744559 or 13753542. OLE color: 13753542.

HSL color Cylindrical-coordinate representation of color #C6DCD1: hue angle of 150º degrees, saturation: 0.24, 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 #C6DCD1 is Cyan = 0.1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB198220209-
CMYK0.100.050.14
HSL150º23.91%81.96%-
HSV(B)150º10%86.27%-
XYZ60.3967.870.22-
YUV212.17126.21117.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 209 (82.03% from 255) = 33.33%
R=31.58%
G=35.09%
B=33.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982202090.100.050.1415023.9181.96
HexC6DCD1A05E961852
Octal30633432112051622630122
Binary11000110110111001101000110100101111010010110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCD1; }

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

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

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

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

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

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

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

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