#C1DDCE

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

Shades of Aero Blue #C1DDCE

Tints of Aero Blue #C1DDCE

Color information

#C1DDCE (or 0xC1DDCE) is unknown color: approx Aero Blue. HEX triplet: C1, DD and CE. RGB value is (193,221,206). Sum of RGB (Red+Green+Blue) = 193+221+206=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCE is #3E2231. Grayscale: #D2D2D2. Windows color (decimal): -4071986 or 13557185. OLE color: 13557185.

HSL color Cylindrical-coordinate representation of color #C1DDCE: hue angle of 147.86º 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 #C1DDCE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB193221206-
CMYK0.1300.070.13
HSL147.86º29.17%81.18%-
HSV(B)147.86º12.67%86.67%-
XYZ58.9967.5168.31-
YUV210.92125.22115.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.13%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=31.13%
G=35.65%
B=33.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932212060.1300.070.13147.8629.1781.18
HexC1DDCED07D941d51
Octal30133531615071522435121
Binary11000001110111011100111011010111110110010100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDCE; }

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

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

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

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

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

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

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

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