#AACDDB

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

Shades of French Pass #AACDDB

Tints of French Pass #AACDDB

Color information

#AACDDB (or 0xAACDDB) is unknown color: approx French Pass. HEX triplet: AA, CD and DB. RGB value is (170,205,219). Sum of RGB (Red+Green+Blue) = 170+205+219=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #AACDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDB is #553224. Grayscale: #C4C4C4. Windows color (decimal): -5583397 or 14405034. OLE color: 14405034.

HSL color Cylindrical-coordinate representation of color #AACDDB: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACDDB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170205219-
CMYK0.220.0600.14
HSL197.14º40.5%76.27%-
HSV(B)197.14º22.37%85.88%-
XYZ51.257.3275.38-
YUV196.13140.9109.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=28.62%
G=34.51%
B=36.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702052190.220.0600.14197.1440.576.27
HexAACDDB1660Ec5284c
Octal25231533326601630550114
Binary1010101011001101110110111011011001110110001011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDDB; }

 p { color: rgb(170,205,219); }

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

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

 a { background-color: rgb(170,205,219); }

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

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

 span { border-color: rgb(170,205,219); }

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