#A9CBDC

Color #A9CBDC French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A9CBDC

Tints of French Pass #A9CBDC

Color information

#A9CBDC (or 0xA9CBDC) is unknown color: approx French Pass. HEX triplet: A9, CB and DC. RGB value is (169,203,220). Sum of RGB (Red+Green+Blue) = 169+203+220=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBDC is #563423. Grayscale: #C2C2C2. Windows color (decimal): -5649444 or 14470057. OLE color: 14470057.

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

Color convert

RGB169203220-
CMYK0.230.0800.14
HSL200º42.15%76.27%-
HSV(B)200º23.18%86.27%-
XYZ50.6456.3175.91-
YUV194.77142.24109.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=28.55%
G=34.29%
B=37.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692032200.230.0800.1420042.1576.27
HexA9CBDC1780Ec82a4c
Octal251313334271001631052114
Binary10101001110010111101110010111100001110110010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBDC; }

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

 H1.HeaderClassName
 {
   color: #A9CBDC;
 }
 .AnyTagClassName
 {
   color: #A9CBDC;
 }
</style>
background-color css

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

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

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

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

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

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