#AAD4DE

Color #AAD4DE French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AAD4DE

Tints of French Pass #AAD4DE

Color information

#AAD4DE (or 0xAAD4DE) is unknown color: approx French Pass. HEX triplet: AA, D4 and DE. RGB value is (170,212,222). Sum of RGB (Red+Green+Blue) = 170+212+222=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4DE is #552B21. Grayscale: #C8C8C8. Windows color (decimal): -5581602 or 14603434. OLE color: 14603434.

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

Color convert

RGB170212222-
CMYK0.230.0500.13
HSL191.54º44.07%76.86%-
HSV(B)191.54º23.42%87.06%-
XYZ53.3160.9178.05-
YUV200.58140.09106.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=28.15%
G=35.10%
B=36.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702122220.230.0500.13191.5444.0776.86
HexAAD4DE1750Dc02c4d
Octal25232433627501530054115
Binary1010101011010100110111101011110101101110000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4DE; }

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

 H1.HeaderClassName
 {
   color: #AAD4DE;
 }
 .AnyTagClassName
 {
   color: #AAD4DE;
 }
</style>
background-color css

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

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

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

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

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

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