Html Css Color HEX #A9D6DB French Pass

📋 copy color: '#A9D6DB'

red 169 ◦ green 214 ◦ blue 219

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

Shades of French Pass #A9D6DB

Tints of French Pass #A9D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.55%

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 28.07%
G = 35.55%
B = 36.38%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9D6DB (or 0xA9D6DB) is known color: French Pass. HEX triplet: A9, D6 and DB. RGB value is (169,214,219). Sum of RGB (Red+Green+Blue) = 169+214+219=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D6DB is #562924. Grayscale: #C9C9C9. Windows color (decimal): -5646629 or 14407337. OLE color: 14407337.

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

Color convert

RGB 169 214 219 -
CMYK 0.23 0.02 0 0.14
HSL 186º 0.41% 0.76% -
HSV(B) 186º 0.23% 0.86% -
XYZ 53.19 61.64 76.11 -
YUV 201.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 169 214 219 0.23 0.02 0 0.14 186 0.41 0.76
Hex A9 D6 DB 17 2 0 E BA 29 4C
Octal 251 326 333 27 2 0 16 272 51 114
Binary 10101001 11010110 11011011 10111 10 0 1110 10111010 101001 1001100

Color Harmonies of #A9D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D6DB

Black with #A9D6DB

Text Example


Text Example

White with #A9D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D6DB; }

 p { color: rgb(169,214,219); }

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

background-color css

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

 a { background-color: rgb(169,214,219); }

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

border-color css

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

 span { border-color: rgb(169,214,219); }

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