Html Css Color HEX #AAD2DA French Pass

📋 copy color: '#AAD2DA'

red 170 ◦ green 210 ◦ blue 218

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

Shades of French Pass #AAD2DA

Tints of French Pass #AAD2DA

RGB

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

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

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

R = 28.43%
G = 35.12%
B = 36.45%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAD2DA (or 0xAAD2DA) is known color: French Pass. HEX triplet: AA, D2 and DA. RGB value is (170,210,218). Sum of RGB (Red+Green+Blue) = 170+210+218=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAD2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2DA is #552D25. Grayscale: #C6C6C6. Windows color (decimal): -5582118 or 14340778. OLE color: 14340778.

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

Color convert

RGB 170 210 218 -
CMYK 0.22 0.04 0 0.15
HSL 190º 0.39% 0.76% -
HSV(B) 190º 0.22% 0.85% -
XYZ 52.28 59.7 75.1 -
YUV 198.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 170 210 218 0.22 0.04 0 0.15 190 0.39 0.76
Hex AA D2 DA 16 4 0 F BE 27 4C
Octal 252 322 332 26 4 0 17 276 47 114
Binary 10101010 11010010 11011010 10110 100 0 1111 10111110 100111 1001100

Color Harmonies of #AAD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2DA

Black with #AAD2DA

Text Example


Text Example

White with #AAD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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