Html Css Color HEX #AACDD9 French Pass

📋 copy color: '#AACDD9'

red 170 ◦ green 205 ◦ blue 217

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

Shades of French Pass #AACDD9

Tints of French Pass #AACDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 217 (85.16% from 255) = 36.66%

R = 28.72%
G = 34.63%
B = 36.66%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AACDD9 (or 0xAACDD9) is known color: French Pass. HEX triplet: AA, CD and D9. RGB value is (170,205,217). Sum of RGB (Red+Green+Blue) = 170+205+217=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #AACDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD9 is #553226. Grayscale: #C3C3C3. Windows color (decimal): -5583399 or 14273962. OLE color: 14273962.

HSL color Cylindrical-coordinate representation of color #AACDD9: hue angle of 195.32º degrees, saturation: 0.38, 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 #AACDD9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 205 217 -
CMYK 0.22 0.06 0 0.15
HSL 195.32º 0.38% 0.76% -
HSV(B) 195.32º 0.22% 0.85% -
XYZ 50.93 57.22 74.01 -
YUV 195.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 170 205 217 0.22 0.06 0 0.15 195.32 0.38 0.76
Hex AA CD D9 16 6 0 F C3 26 4C
Octal 252 315 331 26 6 0 17 303 46 114
Binary 10101010 11001101 11011001 10110 110 0 1111 11000011 100110 1001100

Color Harmonies of #AACDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDD9

Black with #AACDD9

Text Example


Text Example

White with #AACDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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