#C3DDCE

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

Shades of Aero Blue #C3DDCE

Tints of Aero Blue #C3DDCE

Color information

#C3DDCE (or 0xC3DDCE) is unknown color: approx Aero Blue. HEX triplet: C3, DD and CE. RGB value is (195,221,206). Sum of RGB (Red+Green+Blue) = 195+221+206=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDCE is #3C2231. Grayscale: #D3D3D3. Windows color (decimal): -3940914 or 13557187. OLE color: 13557187.

HSL color Cylindrical-coordinate representation of color #C3DDCE: hue angle of 145.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDCE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB195221206-
CMYK0.1200.070.13
HSL145.38º27.66%81.57%-
HSV(B)145.38º11.76%86.67%-
XYZ59.567.7768.34-
YUV211.52124.89116.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=31.35%
G=35.53%
B=33.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952212060.1200.070.13145.3827.6681.57
HexC3DDCEC07D911c52
Octal30333531614071522134122
Binary11000011110111011100111011000111110110010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDCE; }

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

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

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

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

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

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

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

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