#C6D6CD

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

Shades of Aero Blue #C6D6CD

Tints of Aero Blue #C6D6CD

Color information

#C6D6CD (or 0xC6D6CD) is unknown color: approx Aero Blue. HEX triplet: C6, D6 and CD. RGB value is (198,214,205). Sum of RGB (Red+Green+Blue) = 198+214+205=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6CD is #392932. Grayscale: #D0D0D0. Windows color (decimal): -3746099 or 13489862. OLE color: 13489862.

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

Color convert

RGB198214205-
CMYK0.0700.040.16
HSL146.25º16.33%80.78%-
HSV(B)146.25º7.48%83.92%-
XYZ58.3564.5167.13-
YUV208.19126.2120.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.09%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=32.09%
G=34.68%
B=33.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982142050.0700.040.16146.2516.3380.78
HexC6D6CD70410921051
Octal3063263157042022220121
Binary11000110110101101100110111101001000010010010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D6CD; }

 p { color: rgb(198,214,205); }

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

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

 a { background-color: rgb(198,214,205); }

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

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

 span { border-color: rgb(198,214,205); }

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