Html Css Color HEX #A9CCDB French Pass

📋 copy color: '#A9CCDB'

red 169 ◦ green 204 ◦ blue 219

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

Shades of French Pass #A9CCDB

Tints of French Pass #A9CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

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

R = 28.55%
G = 34.46%
B = 36.99%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9CCDB (or 0xA9CCDB) is known color: French Pass. HEX triplet: A9, CC and DB. RGB value is (169,204,219). Sum of RGB (Red+Green+Blue) = 169+204+219=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCDB is #563324. Grayscale: #C3C3C3. Windows color (decimal): -5649189 or 14404777. OLE color: 14404777.

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

Color convert

RGB 169 204 219 -
CMYK 0.23 0.07 0 0.14
HSL 198º 0.41% 0.76% -
HSV(B) 198º 0.23% 0.86% -
XYZ 50.74 56.74 75.29 -
YUV 195.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 169 204 219 0.23 0.07 0 0.14 198 0.41 0.76
Hex A9 CC DB 17 7 0 E C6 29 4C
Octal 251 314 333 27 7 0 16 306 51 114
Binary 10101001 11001100 11011011 10111 111 0 1110 11000110 101001 1001100

Color Harmonies of #A9CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CCDB

Black with #A9CCDB

Text Example


Text Example

White with #A9CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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