Html Css Color HEX #AAD5DD French Pass

📋 copy color: '#AAD5DD'

red 170 ◦ green 213 ◦ blue 221

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

Shades of French Pass #AAD5DD

Tints of French Pass #AAD5DD

RGB

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

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

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

R = 28.15%
G = 35.26%
B = 36.59%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD5DD (or 0xAAD5DD) is known color: French Pass. HEX triplet: AA, D5 and DD. RGB value is (170,213,221). Sum of RGB (Red+Green+Blue) = 170+213+221=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5DD is #552A22. Grayscale: #C8C8C8. Windows color (decimal): -5581347 or 14538154. OLE color: 14538154.

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

Color convert

RGB 170 213 221 -
CMYK 0.23 0.04 0 0.13
HSL 189.41º 0.43% 0.77% -
HSV(B) 189.41º 0.23% 0.87% -
XYZ 53.42 61.36 77.43 -
YUV 201.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 170 213 221 0.23 0.04 0 0.13 189.41 0.43 0.77
Hex AA D5 DD 17 4 0 D BD 2B 4D
Octal 252 325 335 27 4 0 15 275 53 115
Binary 10101010 11010101 11011101 10111 100 0 1101 10111101 101011 1001101

Color Harmonies of #AAD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5DD

Black with #AAD5DD

Text Example


Text Example

White with #AAD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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