#C1DDD1

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

Shades of Aero Blue #C1DDD1

Tints of Aero Blue #C1DDD1

Color information

#C1DDD1 (or 0xC1DDD1) is unknown color: approx Aero Blue. HEX triplet: C1, DD and D1. RGB value is (193,221,209). Sum of RGB (Red+Green+Blue) = 193+221+209=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDD1 is #3E222E. Grayscale: #D3D3D3. Windows color (decimal): -4071983 or 13753793. OLE color: 13753793.

HSL color Cylindrical-coordinate representation of color #C1DDD1: hue angle of 154.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DDD1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB193221209-
CMYK0.1300.050.13
HSL154.29º29.17%81.18%-
HSV(B)154.29º12.67%86.67%-
XYZ59.3667.6570.25-
YUV211.26126.72114.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.98%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=30.98%
G=35.47%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932212090.1300.050.13154.2929.1781.18
HexC1DDD1D05D9a1d51
Octal30133532115051523235121
Binary11000001110111011101000111010101110110011010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDD1; }

 p { color: rgb(193,221,209); }

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

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

 a { background-color: rgb(193,221,209); }

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

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

 span { border-color: rgb(193,221,209); }

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