Html Css Color HEX #AAD2E1 French Pass

📋 copy color: '#AAD2E1'

red 170 ◦ green 210 ◦ blue 225

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

Shades of French Pass #AAD2E1

Tints of French Pass #AAD2E1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 28.1%
G = 34.71%
B = 37.19%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAD2E1 (or 0xAAD2E1) is known color: French Pass. HEX triplet: AA, D2 and E1. RGB value is (170,210,225). Sum of RGB (Red+Green+Blue) = 170+210+225=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAD2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2E1 is #552D1E. Grayscale: #C7C7C7. Windows color (decimal): -5582111 or 14799530. OLE color: 14799530.

HSL color Cylindrical-coordinate representation of color #AAD2E1: hue angle of 196.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD2E1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 210 225 -
CMYK 0.24 0.07 0 0.12
HSL 196.36º 0.48% 0.77% -
HSV(B) 196.36º 0.24% 0.88% -
XYZ 53.21 60.08 80.03 -
YUV 199.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 170 210 225 0.24 0.07 0 0.12 196.36 0.48 0.77
Hex AA D2 E1 18 7 0 C C4 30 4D
Octal 252 322 341 30 7 0 14 304 60 115
Binary 10101010 11010010 11100001 11000 111 0 1100 11000100 110000 1001101

Color Harmonies of #AAD2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2E1

Black with #AAD2E1

Text Example


Text Example

White with #AAD2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2E1; }

 p { color: rgb(170,210,225); }

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

background-color css

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

 a { background-color: rgb(170,210,225); }

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

border-color css

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

 span { border-color: rgb(170,210,225); }

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