Html Css Color HEX #AACDDD French Pass

📋 copy color: '#AACDDD'

red 170 ◦ green 205 ◦ blue 221

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

Shades of French Pass #AACDDD

Tints of French Pass #AACDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.4%

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

R = 28.52%
G = 34.4%
B = 37.08%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AACDDD (or 0xAACDDD) is known color: French Pass. HEX triplet: AA, CD and DD. RGB value is (170,205,221). Sum of RGB (Red+Green+Blue) = 170+205+221=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #AACDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDD is #553222. Grayscale: #C4C4C4. Windows color (decimal): -5583395 or 14536106. OLE color: 14536106.

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

Color convert

RGB 170 205 221 -
CMYK 0.23 0.07 0 0.13
HSL 198.82º 0.43% 0.77% -
HSV(B) 198.82º 0.23% 0.87% -
XYZ 51.46 57.43 76.78 -
YUV 196.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 170 205 221 0.23 0.07 0 0.13 198.82 0.43 0.77
Hex AA CD DD 17 7 0 D C7 2B 4D
Octal 252 315 335 27 7 0 15 307 53 115
Binary 10101010 11001101 11011101 10111 111 0 1101 11000111 101011 1001101

Color Harmonies of #AACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDDD

Black with #AACDDD

Text Example


Text Example

White with #AACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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