Html Css Color HEX #A9CADC French Pass

📋 copy color: '#A9CADC'

red 169 ◦ green 202 ◦ blue 220

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

Shades of French Pass #A9CADC

Tints of French Pass #A9CADC

RGB

 RED value IS 169 (66.41% from 255) = 28.6%

 GREEN value IS 202 (79.3% from 255) = 34.18%

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

R = 28.6%
G = 34.18%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9CADC (or 0xA9CADC) is known color: French Pass. HEX triplet: A9, CA and DC. RGB value is (169,202,220). Sum of RGB (Red+Green+Blue) = 169+202+220=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CADC is #563523. Grayscale: #C2C2C2. Windows color (decimal): -5649700 or 14469801. OLE color: 14469801.

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

Color convert

RGB 169 202 220 -
CMYK 0.23 0.08 0 0.14
HSL 201.18º 0.42% 0.76% -
HSV(B) 201.18º 0.23% 0.86% -
XYZ 50.4 55.84 75.83 -
YUV 194.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 169 202 220 0.23 0.08 0 0.14 201.18 0.42 0.76
Hex A9 CA DC 17 8 0 E C9 2A 4C
Octal 251 312 334 27 10 0 16 311 52 114
Binary 10101001 11001010 11011100 10111 1000 0 1110 11001001 101010 1001100

Color Harmonies of #A9CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CADC

Black with #A9CADC

Text Example


Text Example

White with #A9CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CADC; }

 p { color: rgb(169,202,220); }

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

background-color css

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

 a { background-color: rgb(169,202,220); }

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

border-color css

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

 span { border-color: rgb(169,202,220); }

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