#AACADA

Color #AACADA French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AACADA

Tints of French Pass #AACADA

Color information

#AACADA (or 0xAACADA) is unknown color: approx French Pass. HEX triplet: AA, CA and DA. RGB value is (170,202,218). Sum of RGB (Red+Green+Blue) = 170+202+218=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #AACADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADA is #553525. Grayscale: #C2C2C2. Windows color (decimal): -5584166 or 14338730. OLE color: 14338730.

HSL color Cylindrical-coordinate representation of color #AACADA: hue angle of 200º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACADA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170202218-
CMYK0.220.0700.15
HSL200º39.34%76.08%-
HSV(B)200º22.02%85.49%-
XYZ50.3555.8574.46-
YUV194.26141.4110.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=28.81%
G=34.24%
B=36.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702022180.220.0700.1520039.3476.08
HexAACADA1670Fc8274c
Octal25231233226701731047114
Binary1010101011001010110110101011011101111110010001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACADA; }

 p { color: rgb(170,202,218); }

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

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

 a { background-color: rgb(170,202,218); }

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

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

 span { border-color: rgb(170,202,218); }

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