Html Css Color HEX #AAD0DD French Pass

📋 copy color: '#AAD0DD'

red 170 ◦ green 208 ◦ blue 221

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

Shades of French Pass #AAD0DD

Tints of French Pass #AAD0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 28.38%
G = 34.72%
B = 36.89%

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

#AAD0DD (or 0xAAD0DD) is known color: French Pass. HEX triplet: AA, D0 and DD. RGB value is (170,208,221). Sum of RGB (Red+Green+Blue) = 170+208+221=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DD is #552F22. Grayscale: #C6C6C6. Windows color (decimal): -5582627 or 14536874. OLE color: 14536874.

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

Color convert

RGB 170 208 221 -
CMYK 0.23 0.06 0 0.13
HSL 195.29º 0.43% 0.77% -
HSV(B) 195.29º 0.23% 0.87% -
XYZ 52.18 58.88 77.02 -
YUV 198.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 170 208 221 0.23 0.06 0 0.13 195.29 0.43 0.77
Hex AA D0 DD 17 6 0 D C3 2B 4D
Octal 252 320 335 27 6 0 15 303 53 115
Binary 10101010 11010000 11011101 10111 110 0 1101 11000011 101011 1001101

Color Harmonies of #AAD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0DD

Black with #AAD0DD

Text Example


Text Example

White with #AAD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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