Html Css Color HEX #AAD1DC French Pass

📋 copy color: '#AAD1DC'

red 170 ◦ green 209 ◦ blue 220

#AAD1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #AAD1DC

Tints of French Pass #AAD1DC

RGB

 RED value IS 170 (66.8% from 255) = 28.38%

 GREEN value IS 209 (82.03% from 255) = 34.89%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 28.38%
G = 34.89%
B = 36.73%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD1DC (or 0xAAD1DC) is known color: French Pass. HEX triplet: AA, D1 and DC. RGB value is (170,209,220). Sum of RGB (Red+Green+Blue) = 170+209+220=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1DC is #552E23. Grayscale: #C6C6C6. Windows color (decimal): -5582372 or 14471594. OLE color: 14471594.

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

Color convert

RGB 170 209 220 -
CMYK 0.23 0.05 0 0.14
HSL 193.2º 0.42% 0.76% -
HSV(B) 193.2º 0.23% 0.86% -
XYZ 52.3 59.31 76.4 -
YUV 198.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 170 209 220 0.23 0.05 0 0.14 193.2 0.42 0.76
Hex AA D1 DC 17 5 0 E C1 2A 4C
Octal 252 321 334 27 5 0 16 301 52 114
Binary 10101010 11010001 11011100 10111 101 0 1110 11000001 101010 1001100

Color Harmonies of #AAD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1DC

Black with #AAD1DC

Text Example


Text Example

White with #AAD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1DC; }

 p { color: rgb(170,209,220); }

 H1.HeaderClassName
 {
   color: #AAD1DC;
 }
 .AnyTagClassName
 {
   color: #AAD1DC;
 }
</style>

background-color css

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

 a { background-color: rgb(170,209,220); }

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

border-color css

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

 span { border-color: rgb(170,209,220); }

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