Html Css Color HEX #A9D2DE French Pass

📋 copy color: '#A9D2DE'

red 169 ◦ green 210 ◦ blue 222

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

Shades of French Pass #A9D2DE

Tints of French Pass #A9D2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

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

R = 28.12%
G = 34.94%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9D2DE (or 0xA9D2DE) is known color: French Pass. HEX triplet: A9, D2 and DE. RGB value is (169,210,222). Sum of RGB (Red+Green+Blue) = 169+210+222=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9D2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2DE is #562D21. Grayscale: #C7C7C7. Windows color (decimal): -5647650 or 14602921. OLE color: 14602921.

HSL color Cylindrical-coordinate representation of color #A9D2DE: hue angle of 193.58º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9D2DE is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 210 222 -
CMYK 0.24 0.05 0 0.13
HSL 193.58º 0.45% 0.77% -
HSV(B) 193.58º 0.24% 0.87% -
XYZ 52.59 59.8 77.88 -
YUV 199.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 169 210 222 0.24 0.05 0 0.13 193.58 0.45 0.77
Hex A9 D2 DE 18 5 0 D C2 2D 4D
Octal 251 322 336 30 5 0 15 302 55 115
Binary 10101001 11010010 11011110 11000 101 0 1101 11000010 101101 1001101

Color Harmonies of #A9D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D2DE

Black with #A9D2DE

Text Example


Text Example

White with #A9D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D2DE; }

 p { color: rgb(169,210,222); }

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

background-color css

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

 a { background-color: rgb(169,210,222); }

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

border-color css

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

 span { border-color: rgb(169,210,222); }

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