#C6E1D1

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

Shades of Aero Blue #C6E1D1

Tints of Aero Blue #C6E1D1

Color information

#C6E1D1 (or 0xC6E1D1) is unknown color: approx Aero Blue. HEX triplet: C6, E1 and D1. RGB value is (198,225,209). Sum of RGB (Red+Green+Blue) = 198+225+209=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E1D1 is #391E2E. Grayscale: #D7D7D7. Windows color (decimal): -3743279 or 13754822. OLE color: 13754822.

HSL color Cylindrical-coordinate representation of color #C6E1D1: hue angle of 144.44º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6E1D1 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB198225209-
CMYK0.1200.070.12
HSL144.44º31.03%82.94%-
HSV(B)144.44º12%88.24%-
XYZ61.7270.4670.67-
YUV215.1124.55115.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.33%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=31.33%
G=35.60%
B=33.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1982252090.1200.070.12144.4431.0382.94
HexC6E1D1C07C901f53
Octal30634132114071422037123
Binary11000110111000011101000111000111110010010000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E1D1; }

 p { color: rgb(198,225,209); }

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

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

 a { background-color: rgb(198,225,209); }

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

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

 span { border-color: rgb(198,225,209); }

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