Html Css Color HEX #AAD3DB French Pass

📋 copy color: '#AAD3DB'

red 170 ◦ green 211 ◦ blue 219

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

Shades of French Pass #AAD3DB

Tints of French Pass #AAD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 28.33%
G = 35.17%
B = 36.5%

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

#AAD3DB (or 0xAAD3DB) is known color: French Pass. HEX triplet: AA, D3 and DB. RGB value is (170,211,219). Sum of RGB (Red+Green+Blue) = 170+211+219=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3DB is #552C24. Grayscale: #C7C7C7. Windows color (decimal): -5581861 or 14406570. OLE color: 14406570.

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

Color convert

RGB 170 211 219 -
CMYK 0.22 0.04 0 0.14
HSL 189.8º 0.4% 0.76% -
HSV(B) 189.8º 0.22% 0.86% -
XYZ 52.66 60.25 75.87 -
YUV 199.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 170 211 219 0.22 0.04 0 0.14 189.8 0.4 0.76
Hex AA D3 DB 16 4 0 E BE 28 4C
Octal 252 323 333 26 4 0 16 276 50 114
Binary 10101010 11010011 11011011 10110 100 0 1110 10111110 101000 1001100

Color Harmonies of #AAD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3DB

Black with #AAD3DB

Text Example


Text Example

White with #AAD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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