Html Css Color HEX #AAC9DB French Pass

📋 copy color: '#AAC9DB'

red 170 ◦ green 201 ◦ blue 219

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

Shades of French Pass #AAC9DB

Tints of French Pass #AAC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 28.81%
G = 34.07%
B = 37.12%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAC9DB (or 0xAAC9DB) is known color: French Pass. HEX triplet: AA, C9 and DB. RGB value is (170,201,219). Sum of RGB (Red+Green+Blue) = 170+201+219=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9DB is #553624. Grayscale: #C1C1C1. Windows color (decimal): -5584421 or 14404010. OLE color: 14404010.

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

Color convert

RGB 170 201 219 -
CMYK 0.22 0.08 0 0.14
HSL 202.04º 0.4% 0.76% -
HSV(B) 202.04º 0.22% 0.86% -
XYZ 50.25 55.43 75.07 -
YUV 193.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 170 201 219 0.22 0.08 0 0.14 202.04 0.4 0.76
Hex AA C9 DB 16 8 0 E CA 28 4C
Octal 252 311 333 26 10 0 16 312 50 114
Binary 10101010 11001001 11011011 10110 1000 0 1110 11001010 101000 1001100

Color Harmonies of #AAC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9DB

Black with #AAC9DB

Text Example


Text Example

White with #AAC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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