#C2D7CB

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

Shades of Aero Blue #C2D7CB

Tints of Aero Blue #C2D7CB

Color information

#C2D7CB (or 0xC2D7CB) is unknown color: approx Aero Blue. HEX triplet: C2, D7 and CB. RGB value is (194,215,203). Sum of RGB (Red+Green+Blue) = 194+215+203=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7CB is #3D2834. Grayscale: #CFCFCF. Windows color (decimal): -4007989 or 13359042. OLE color: 13359042.

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

Color convert

RGB194215203-
CMYK0.1000.060.16
HSL145.71º20.79%80.2%-
HSV(B)145.71º9.77%84.31%-
XYZ57.3364.3865.91-
YUV207.35125.54118.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=31.70%
G=35.13%
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.16
SystemRedGreenBlueCMYKHSL
Decimal1942152030.1000.060.16145.7120.7980.2
HexC2D7CBA0610921550
Octal30232731312062022225120
Binary110000101101011111001011101001101000010010010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7CB; }

 p { color: rgb(194,215,203); }

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

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

 a { background-color: rgb(194,215,203); }

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

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

 span { border-color: rgb(194,215,203); }

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