Html Css Color HEX #AAD3DD French Pass

📋 copy color: '#AAD3DD'

red 170 ◦ green 211 ◦ blue 221

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

Shades of French Pass #AAD3DD

Tints of French Pass #AAD3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 28.24%
G = 35.05%
B = 36.71%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD3DD (or 0xAAD3DD) is known color: French Pass. HEX triplet: AA, D3 and DD. RGB value is (170,211,221). Sum of RGB (Red+Green+Blue) = 170+211+221=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3DD is #552C22. Grayscale: #C7C7C7. Windows color (decimal): -5581859 or 14537642. OLE color: 14537642.

HSL color Cylindrical-coordinate representation of color #AAD3DD: hue angle of 191.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD3DD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 211 221 -
CMYK 0.23 0.05 0 0.13
HSL 191.76º 0.43% 0.77% -
HSV(B) 191.76º 0.23% 0.87% -
XYZ 52.92 60.36 77.27 -
YUV 199.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 170 211 221 0.23 0.05 0 0.13 191.76 0.43 0.77
Hex AA D3 DD 17 5 0 D C0 2B 4D
Octal 252 323 335 27 5 0 15 300 53 115
Binary 10101010 11010011 11011101 10111 101 0 1101 11000000 101011 1001101

Color Harmonies of #AAD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3DD

Black with #AAD3DD

Text Example


Text Example

White with #AAD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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