#C5D8CD

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

Shades of Aero Blue #C5D8CD

Tints of Aero Blue #C5D8CD

Color information

#C5D8CD (or 0xC5D8CD) is unknown color: approx Aero Blue. HEX triplet: C5, D8 and CD. RGB value is (197,216,205). Sum of RGB (Red+Green+Blue) = 197+216+205=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8CD is #3A2732. Grayscale: #D1D1D1. Windows color (decimal): -3811123 or 13490373. OLE color: 13490373.

HSL color Cylindrical-coordinate representation of color #C5D8CD: hue angle of 145.26º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D8CD is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB197216205-
CMYK0.0900.050.15
HSL145.26º19.59%80.98%-
HSV(B)145.26º8.8%84.71%-
XYZ58.665.3967.29-
YUV209.06125.71119.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 216 (84.77% from 255) = 34.95%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=31.88%
G=34.95%
B=33.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972162050.0900.050.15145.2619.5980.98
HexC5D8CD905F911451
Octal30533031511051722124121
Binary11000101110110001100110110010101111110010001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D8CD; }

 p { color: rgb(197,216,205); }

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

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

 a { background-color: rgb(197,216,205); }

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

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

 span { border-color: rgb(197,216,205); }

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