Html Css Color HEX #A9CBDA French Pass

📋 copy color: '#A9CBDA'

red 169 ◦ green 203 ◦ blue 218

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

Shades of French Pass #A9CBDA

Tints of French Pass #A9CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 28.64%
G = 34.41%
B = 36.95%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9CBDA (or 0xA9CBDA) is known color: French Pass. HEX triplet: A9, CB and DA. RGB value is (169,203,218). Sum of RGB (Red+Green+Blue) = 169+203+218=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBDA is #563425. Grayscale: #C2C2C2. Windows color (decimal): -5649446 or 14338985. OLE color: 14338985.

HSL color Cylindrical-coordinate representation of color #A9CBDA: hue angle of 198.37º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9CBDA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 203 218 -
CMYK 0.22 0.07 0 0.15
HSL 198.37º 0.4% 0.76% -
HSV(B) 198.37º 0.22% 0.85% -
XYZ 50.37 56.21 74.52 -
YUV 194.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 169 203 218 0.22 0.07 0 0.15 198.37 0.4 0.76
Hex A9 CB DA 16 7 0 F C6 28 4C
Octal 251 313 332 26 7 0 17 306 50 114
Binary 10101001 11001011 11011010 10110 111 0 1111 11000110 101000 1001100

Color Harmonies of #A9CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBDA

Black with #A9CBDA

Text Example


Text Example

White with #A9CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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