Html Css Color HEX #AAD2E0 French Pass

📋 copy color: '#AAD2E0'

red 170 ◦ green 210 ◦ blue 224

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

Shades of French Pass #AAD2E0

Tints of French Pass #AAD2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 28.15%
G = 34.77%
B = 37.09%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAD2E0 (or 0xAAD2E0) is known color: French Pass. HEX triplet: AA, D2 and E0. RGB value is (170,210,224). Sum of RGB (Red+Green+Blue) = 170+210+224=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2E0 is #552D1F. Grayscale: #C7C7C7. Windows color (decimal): -5582112 or 14733994. OLE color: 14733994.

HSL color Cylindrical-coordinate representation of color #AAD2E0: hue angle of 195.56º degrees, saturation: 0.47, 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 #AAD2E0 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 210 224 -
CMYK 0.24 0.06 0 0.12
HSL 195.56º 0.47% 0.77% -
HSV(B) 195.56º 0.24% 0.88% -
XYZ 53.08 60.02 79.31 -
YUV 199.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 170 210 224 0.24 0.06 0 0.12 195.56 0.47 0.77
Hex AA D2 E0 18 6 0 C C4 2F 4D
Octal 252 322 340 30 6 0 14 304 57 115
Binary 10101010 11010010 11100000 11000 110 0 1100 11000100 101111 1001101

Color Harmonies of #AAD2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2E0

Black with #AAD2E0

Text Example


Text Example

White with #AAD2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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