#AAD4DD

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

Shades of French Pass #AAD4DD

Tints of French Pass #AAD4DD

Color information

#AAD4DD (or 0xAAD4DD) is unknown color: approx 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

RGB170212221-
CMYK0.230.0400.13
HSL190.59º42.86%76.67%-
HSV(B)190.59º23.08%86.67%-
XYZ53.1760.8577.35-
YUV200.47139.59106.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 212 (83.20% 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 (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702122210.230.0400.13190.5942.8676.67
HexAAD4DD1740Dbf2b4d
Octal25232433527401527753115
Binary1010101011010100110111011011110001101101111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>