Html Css Color HEX #AAD6DE French Pass

📋 copy color: '#AAD6DE'

red 170 ◦ green 214 ◦ blue 222

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

Shades of French Pass #AAD6DE

Tints of French Pass #AAD6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 28.05%
G = 35.31%
B = 36.63%

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

#AAD6DE (or 0xAAD6DE) is known color: French Pass. HEX triplet: AA, D6 and DE. RGB value is (170,214,222). Sum of RGB (Red+Green+Blue) = 170+214+222=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DE is #552921. Grayscale: #C9C9C9. Windows color (decimal): -5581090 or 14603946. OLE color: 14603946.

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

Color convert

RGB 170 214 222 -
CMYK 0.23 0.04 0 0.13
HSL 189.23º 0.44% 0.77% -
HSV(B) 189.23º 0.23% 0.87% -
XYZ 53.81 61.91 78.22 -
YUV 201.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 170 214 222 0.23 0.04 0 0.13 189.23 0.44 0.77
Hex AA D6 DE 17 4 0 D BD 2C 4D
Octal 252 326 336 27 4 0 15 275 54 115
Binary 10101010 11010110 11011110 10111 100 0 1101 10111101 101100 1001101

Color Harmonies of #AAD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6DE

Black with #AAD6DE

Text Example


Text Example

White with #AAD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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