#C3D9CD

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

Shades of Aero Blue #C3D9CD

Tints of Aero Blue #C3D9CD

Color information

#C3D9CD (or 0xC3D9CD) is unknown color: approx Aero Blue. HEX triplet: C3, D9 and CD. RGB value is (195,217,205). Sum of RGB (Red+Green+Blue) = 195+217+205=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9CD is #3C2632. Grayscale: #D1D1D1. Windows color (decimal): -3941939 or 13490627. OLE color: 13490627.

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

Color convert

RGB195217205-
CMYK0.1000.060.15
HSL147.27º22.45%80.78%-
HSV(B)147.27º10.14%85.1%-
XYZ58.3465.6467.35-
YUV209.05125.71117.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.60%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=31.60%
G=35.17%
B=33.23%

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
Decimal1952172050.1000.060.15147.2722.4580.78
HexC3D9CDA06F931651
Octal30333131512061722326121
Binary11000011110110011100110110100110111110010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D9CD; }

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

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

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

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

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

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

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

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