Html Css Color HEX #AAD5DB French Pass

📋 copy color: '#AAD5DB'

red 170 ◦ green 213 ◦ blue 219

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

Shades of French Pass #AAD5DB

Tints of French Pass #AAD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.38%

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

R = 28.24%
G = 35.38%
B = 36.38%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAD5DB (or 0xAAD5DB) is known color: French Pass. HEX triplet: AA, D5 and DB. RGB value is (170,213,219). Sum of RGB (Red+Green+Blue) = 170+213+219=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5DB is #552A24. Grayscale: #C8C8C8. Windows color (decimal): -5581349 or 14407082. OLE color: 14407082.

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

Color convert

RGB 170 213 219 -
CMYK 0.22 0.03 0 0.14
HSL 187.35º 0.4% 0.76% -
HSV(B) 187.35º 0.22% 0.86% -
XYZ 53.16 61.25 76.04 -
YUV 200.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 170 213 219 0.22 0.03 0 0.14 187.35 0.4 0.76
Hex AA D5 DB 16 3 0 E BB 28 4C
Octal 252 325 333 26 3 0 16 273 50 114
Binary 10101010 11010101 11011011 10110 11 0 1110 10111011 101000 1001100

Color Harmonies of #AAD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5DB

Black with #AAD5DB

Text Example


Text Example

White with #AAD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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