#C4D9CD

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

Shades of Aero Blue #C4D9CD

Tints of Aero Blue #C4D9CD

Color information

#C4D9CD (or 0xC4D9CD) is unknown color: approx Aero Blue. HEX triplet: C4, D9 and CD. RGB value is (196,217,205). Sum of RGB (Red+Green+Blue) = 196+217+205=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9CD is #3B2632. Grayscale: #D1D1D1. Windows color (decimal): -3876403 or 13490628. OLE color: 13490628.

HSL color Cylindrical-coordinate representation of color #C4D9CD: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D9CD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB196217205-
CMYK0.1000.060.15
HSL145.71º21.65%80.98%-
HSV(B)145.71º9.68%85.1%-
XYZ58.665.7767.36-
YUV209.35125.54118.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=31.72%
G=35.11%
B=33.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962172050.1000.060.15145.7121.6580.98
HexC4D9CDA06F921651
Octal30433131512061722226121
Binary11000100110110011100110110100110111110010010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D9CD; }

 p { color: rgb(196,217,205); }

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

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

 a { background-color: rgb(196,217,205); }

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

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

 span { border-color: rgb(196,217,205); }

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