Html Css Color HEX #AAD6DB French Pass

📋 copy color: '#AAD6DB'

red 170 ◦ green 214 ◦ blue 219

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

Shades of French Pass #AAD6DB

Tints of French Pass #AAD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

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

R = 28.19%
G = 35.49%
B = 36.32%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD6DB (or 0xAAD6DB) is known color: French Pass. HEX triplet: AA, D6 and DB. RGB value is (170,214,219). Sum of RGB (Red+Green+Blue) = 170+214+219=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DB is #552924. Grayscale: #C9C9C9. Windows color (decimal): -5581093 or 14407338. OLE color: 14407338.

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

Color convert

RGB 170 214 219 -
CMYK 0.22 0.02 0 0.14
HSL 186.12º 0.4% 0.76% -
HSV(B) 186.12º 0.22% 0.86% -
XYZ 53.41 61.75 76.12 -
YUV 201.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 170 214 219 0.22 0.02 0 0.14 186.12 0.4 0.76
Hex AA D6 DB 16 2 0 E BA 28 4C
Octal 252 326 333 26 2 0 16 272 50 114
Binary 10101010 11010110 11011011 10110 10 0 1110 10111010 101000 1001100

Color Harmonies of #AAD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6DB

Black with #AAD6DB

Text Example


Text Example

White with #AAD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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