#C1D8CB

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

Shades of Aero Blue #C1D8CB

Tints of Aero Blue #C1D8CB

Color information

#C1D8CB (or 0xC1D8CB) is unknown color: approx Aero Blue. HEX triplet: C1, D8 and CB. RGB value is (193,216,203). Sum of RGB (Red+Green+Blue) = 193+216+203=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8CB is #3E2734. Grayscale: #CFCFCF. Windows color (decimal): -4073269 or 13359297. OLE color: 13359297.

HSL color Cylindrical-coordinate representation of color #C1D8CB: hue angle of 146.09º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D8CB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB193216203-
CMYK0.1100.060.15
HSL146.09º22.77%80.2%-
HSV(B)146.09º10.65%84.71%-
XYZ57.3364.7665.98-
YUV207.64125.38117.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=31.54%
G=35.29%
B=33.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932162030.1100.060.15146.0922.7780.2
HexC1D8CBB06F921750
Octal30133031313061722227120
Binary11000001110110001100101110110110111110010010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D8CB; }

 p { color: rgb(193,216,203); }

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

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

 a { background-color: rgb(193,216,203); }

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

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

 span { border-color: rgb(193,216,203); }

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