Html Css Color HEX #AAC9DA French Pass

📋 copy color: '#AAC9DA'

red 170 ◦ green 201 ◦ blue 218

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

Shades of French Pass #AAC9DA

Tints of French Pass #AAC9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.13%

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 28.86%
G = 34.13%
B = 37.01%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC9DA (or 0xAAC9DA) is known color: French Pass. HEX triplet: AA, C9 and DA. RGB value is (170,201,218). Sum of RGB (Red+Green+Blue) = 170+201+218=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9DA is #553625. Grayscale: #C1C1C1. Windows color (decimal): -5584422 or 14338474. OLE color: 14338474.

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

Color convert

RGB 170 201 218 -
CMYK 0.22 0.08 0 0.15
HSL 201.25º 0.39% 0.76% -
HSV(B) 201.25º 0.22% 0.85% -
XYZ 50.12 55.38 74.38 -
YUV 193.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 170 201 218 0.22 0.08 0 0.15 201.25 0.39 0.76
Hex AA C9 DA 16 8 0 F C9 27 4C
Octal 252 311 332 26 10 0 17 311 47 114
Binary 10101010 11001001 11011010 10110 1000 0 1111 11001001 100111 1001100

Color Harmonies of #AAC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9DA

Black with #AAC9DA

Text Example


Text Example

White with #AAC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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