#C3D8CD

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

Shades of Aero Blue #C3D8CD

Tints of Aero Blue #C3D8CD

Color information

#C3D8CD (or 0xC3D8CD) is unknown color: approx Aero Blue. HEX triplet: C3, D8 and CD. RGB value is (195,216,205). Sum of RGB (Red+Green+Blue) = 195+216+205=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8CD is #3C2732. Grayscale: #D0D0D0. Windows color (decimal): -3942195 or 13490371. OLE color: 13490371.

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

Color convert

RGB195216205-
CMYK0.1000.050.15
HSL148.57º21.21%80.59%-
HSV(B)148.57º9.72%84.71%-
XYZ58.0865.1267.27-
YUV208.47126.04118.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 216 (84.77% from 255) = 35.06%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=31.66%
G=35.06%
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.15
SystemRedGreenBlueCMYKHSL
Decimal1952162050.1000.050.15148.5721.2180.59
HexC3D8CDA05F951551
Octal30333031512051722525121
Binary11000011110110001100110110100101111110010101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D8CD; }

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

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

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

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

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

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

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

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