#C5DCD0

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

Shades of Aero Blue #C5DCD0

Tints of Aero Blue #C5DCD0

Color information

#C5DCD0 (or 0xC5DCD0) is unknown color: approx Aero Blue. HEX triplet: C5, DC and D0. RGB value is (197,220,208). Sum of RGB (Red+Green+Blue) = 197+220+208=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCD0 is #3A232F. Grayscale: #D3D3D3. Windows color (decimal): -3810096 or 13688005. OLE color: 13688005.

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

Color convert

RGB197220208-
CMYK0.1000.050.14
HSL148.7º24.73%81.76%-
HSV(B)148.7º10.45%86.27%-
XYZ6067.6169.56-
YUV211.75125.88117.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=31.52%
G=35.2%
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
Decimal1972202080.1000.050.14148.724.7381.76
HexC5DCD0A05E951952
Octal30533432012051622531122
Binary11000101110111001101000010100101111010010101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCD0; }

 p { color: rgb(197,220,208); }

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

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

 a { background-color: rgb(197,220,208); }

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

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

 span { border-color: rgb(197,220,208); }

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