Html Css Color HEX #AAD0DE French Pass

📋 copy color: '#AAD0DE'

red 170 ◦ green 208 ◦ blue 222

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

Shades of French Pass #AAD0DE

Tints of French Pass #AAD0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

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

R = 28.33%
G = 34.67%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD0DE (or 0xAAD0DE) is known color: French Pass. HEX triplet: AA, D0 and DE. RGB value is (170,208,222). Sum of RGB (Red+Green+Blue) = 170+208+222=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DE is #552F21. Grayscale: #C6C6C6. Windows color (decimal): -5582626 or 14602410. OLE color: 14602410.

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

Color convert

RGB 170 208 222 -
CMYK 0.23 0.06 0 0.13
HSL 196.15º 0.44% 0.77% -
HSV(B) 196.15º 0.23% 0.87% -
XYZ 52.32 58.93 77.72 -
YUV 198.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 170 208 222 0.23 0.06 0 0.13 196.15 0.44 0.77
Hex AA D0 DE 17 6 0 D C4 2C 4D
Octal 252 320 336 27 6 0 15 304 54 115
Binary 10101010 11010000 11011110 10111 110 0 1101 11000100 101100 1001101

Color Harmonies of #AAD0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0DE

Black with #AAD0DE

Text Example


Text Example

White with #AAD0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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