Html Css Color HEX #A9CBDB French Pass

📋 copy color: '#A9CBDB'

red 169 ◦ green 203 ◦ blue 219

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

Shades of French Pass #A9CBDB

Tints of French Pass #A9CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.35%

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

R = 28.6%
G = 34.35%
B = 37.06%

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

#A9CBDB (or 0xA9CBDB) is known color: French Pass. HEX triplet: A9, CB and DB. RGB value is (169,203,219). Sum of RGB (Red+Green+Blue) = 169+203+219=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBDB is #563424. Grayscale: #C2C2C2. Windows color (decimal): -5649445 or 14404521. OLE color: 14404521.

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

Color convert

RGB 169 203 219 -
CMYK 0.23 0.07 0 0.14
HSL 199.2º 0.41% 0.76% -
HSV(B) 199.2º 0.23% 0.86% -
XYZ 50.5 56.26 75.22 -
YUV 194.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 169 203 219 0.23 0.07 0 0.14 199.2 0.41 0.76
Hex A9 CB DB 17 7 0 E C7 29 4C
Octal 251 313 333 27 7 0 16 307 51 114
Binary 10101001 11001011 11011011 10111 111 0 1110 11000111 101001 1001100

Color Harmonies of #A9CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBDB

Black with #A9CBDB

Text Example


Text Example

White with #A9CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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