Html Css Color HEX #AAD2DB French Pass

📋 copy color: '#AAD2DB'

red 170 ◦ green 210 ◦ blue 219

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

Shades of French Pass #AAD2DB

Tints of French Pass #AAD2DB

RGB

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

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

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

R = 28.38%
G = 35.06%
B = 36.56%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD2DB (or 0xAAD2DB) is known color: French Pass. HEX triplet: AA, D2 and DB. RGB value is (170,210,219). Sum of RGB (Red+Green+Blue) = 170+210+219=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2DB is #552D24. Grayscale: #C6C6C6. Windows color (decimal): -5582117 or 14406314. OLE color: 14406314.

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

Color convert

RGB 170 210 219 -
CMYK 0.22 0.04 0 0.14
HSL 191.02º 0.4% 0.76% -
HSV(B) 191.02º 0.22% 0.86% -
XYZ 52.41 59.75 75.79 -
YUV 199.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 170 210 219 0.22 0.04 0 0.14 191.02 0.4 0.76
Hex AA D2 DB 16 4 0 E BF 28 4C
Octal 252 322 333 26 4 0 16 277 50 114
Binary 10101010 11010010 11011011 10110 100 0 1110 10111111 101000 1001100

Color Harmonies of #AAD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2DB

Black with #AAD2DB

Text Example


Text Example

White with #AAD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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