Html Css Color HEX #A9CDDD French Pass

📋 copy color: '#A9CDDD'

red 169 ◦ green 205 ◦ blue 221

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

Shades of French Pass #A9CDDD

Tints of French Pass #A9CDDD

RGB

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

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

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

R = 28.4%
G = 34.45%
B = 37.14%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9CDDD (or 0xA9CDDD) is known color: French Pass. HEX triplet: A9, CD and DD. RGB value is (169,205,221). Sum of RGB (Red+Green+Blue) = 169+205+221=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDDD is #563222. Grayscale: #C3C3C3. Windows color (decimal): -5648931 or 14536105. OLE color: 14536105.

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

Color convert

RGB 169 205 221 -
CMYK 0.24 0.07 0 0.13
HSL 198.46º 0.43% 0.76% -
HSV(B) 198.46º 0.24% 0.87% -
XYZ 51.24 57.32 76.77 -
YUV 196.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 169 205 221 0.24 0.07 0 0.13 198.46 0.43 0.76
Hex A9 CD DD 18 7 0 D C6 2B 4C
Octal 251 315 335 30 7 0 15 306 53 114
Binary 10101001 11001101 11011101 11000 111 0 1101 11000110 101011 1001100

Color Harmonies of #A9CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDDD

Black with #A9CDDD

Text Example


Text Example

White with #A9CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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