Html Css Color HEX #AACCDC French Pass

📋 copy color: '#AACCDC'

red 170 ◦ green 204 ◦ blue 220

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

Shades of French Pass #AACCDC

Tints of French Pass #AACCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 28.62%
G = 34.34%
B = 37.04%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AACCDC (or 0xAACCDC) is known color: French Pass. HEX triplet: AA, CC and DC. RGB value is (170,204,220). Sum of RGB (Red+Green+Blue) = 170+204+220=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCDC is #553323. Grayscale: #C3C3C3. Windows color (decimal): -5583652 or 14470314. OLE color: 14470314.

HSL color Cylindrical-coordinate representation of color #AACCDC: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACCDC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 204 220 -
CMYK 0.23 0.07 0 0.14
HSL 199.2º 0.42% 0.76% -
HSV(B) 199.2º 0.23% 0.86% -
XYZ 51.09 56.9 76 -
YUV 195.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 170 204 220 0.23 0.07 0 0.14 199.2 0.42 0.76
Hex AA CC DC 17 7 0 E C7 2A 4C
Octal 252 314 334 27 7 0 16 307 52 114
Binary 10101010 11001100 11011100 10111 111 0 1110 11000111 101010 1001100

Color Harmonies of #AACCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCDC

Black with #AACCDC

Text Example


Text Example

White with #AACCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCDC; }

 p { color: rgb(170,204,220); }

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

background-color css

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

 a { background-color: rgb(170,204,220); }

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

border-color css

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

 span { border-color: rgb(170,204,220); }

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