Html Css Color HEX #A9CFDD French Pass

📋 copy color: '#A9CFDD'

red 169 ◦ green 207 ◦ blue 221

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

Shades of French Pass #A9CFDD

Tints of French Pass #A9CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

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

R = 28.31%
G = 34.67%
B = 37.02%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9CFDD (or 0xA9CFDD) is known color: French Pass. HEX triplet: A9, CF and DD. RGB value is (169,207,221). Sum of RGB (Red+Green+Blue) = 169+207+221=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFDD is #563022. Grayscale: #C5C5C5. Windows color (decimal): -5648419 or 14536617. OLE color: 14536617.

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

Color convert

RGB 169 207 221 -
CMYK 0.24 0.06 0 0.13
HSL 196.15º 0.43% 0.76% -
HSV(B) 196.15º 0.24% 0.87% -
XYZ 51.73 58.28 76.93 -
YUV 197.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 169 207 221 0.24 0.06 0 0.13 196.15 0.43 0.76
Hex A9 CF DD 18 6 0 D C4 2B 4C
Octal 251 317 335 30 6 0 15 304 53 114
Binary 10101001 11001111 11011101 11000 110 0 1101 11000100 101011 1001100

Color Harmonies of #A9CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFDD

Black with #A9CFDD

Text Example


Text Example

White with #A9CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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