Html Css Color HEX #AAD4DF French Pass

📋 copy color: '#AAD4DF'

red 170 ◦ green 212 ◦ blue 223

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

Shades of French Pass #AAD4DF

Tints of French Pass #AAD4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 28.1%
G = 35.04%
B = 36.86%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD4DF (or 0xAAD4DF) is known color: French Pass. HEX triplet: AA, D4 and DF. RGB value is (170,212,223). Sum of RGB (Red+Green+Blue) = 170+212+223=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4DF is #552B20. Grayscale: #C8C8C8. Windows color (decimal): -5581601 or 14668970. OLE color: 14668970.

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

Color convert

RGB 170 212 223 -
CMYK 0.24 0.05 0 0.13
HSL 192.45º 0.45% 0.77% -
HSV(B) 192.45º 0.24% 0.87% -
XYZ 53.44 60.96 78.76 -
YUV 200.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 170 212 223 0.24 0.05 0 0.13 192.45 0.45 0.77
Hex AA D4 DF 18 5 0 D C0 2D 4D
Octal 252 324 337 30 5 0 15 300 55 115
Binary 10101010 11010100 11011111 11000 101 0 1101 11000000 101101 1001101

Color Harmonies of #AAD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4DF

Black with #AAD4DF

Text Example


Text Example

White with #AAD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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