Html Css Color HEX #AAD4DD French Pass

📋 copy color: '#AAD4DD'

red 170 ◦ green 212 ◦ blue 221

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

Shades of French Pass #AAD4DD

Tints of French Pass #AAD4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 28.19%
G = 35.16%
B = 36.65%

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

#AAD4DD (or 0xAAD4DD) is known color: French Pass. HEX triplet: AA, D4 and DD. RGB value is (170,212,221). Sum of RGB (Red+Green+Blue) = 170+212+221=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4DD is #552B22. Grayscale: #C8C8C8. Windows color (decimal): -5581603 or 14537898. OLE color: 14537898.

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

Color convert

RGB 170 212 221 -
CMYK 0.23 0.04 0 0.13
HSL 190.59º 0.43% 0.77% -
HSV(B) 190.59º 0.23% 0.87% -
XYZ 53.17 60.85 77.35 -
YUV 200.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 170 212 221 0.23 0.04 0 0.13 190.59 0.43 0.77
Hex AA D4 DD 17 4 0 D BF 2B 4D
Octal 252 324 335 27 4 0 15 277 53 115
Binary 10101010 11010100 11011101 10111 100 0 1101 10111111 101011 1001101

Color Harmonies of #AAD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4DD

Black with #AAD4DD

Text Example


Text Example

White with #AAD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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