#A9CEDB

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

Shades of French Pass #A9CEDB

Tints of French Pass #A9CEDB

Color information

#A9CEDB (or 0xA9CEDB) is unknown color: approx French Pass. HEX triplet: A9, CE and DB. RGB value is (169,206,219). Sum of RGB (Red+Green+Blue) = 169+206+219=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEDB is #563124. Grayscale: #C4C4C4. Windows color (decimal): -5648677 or 14405289. OLE color: 14405289.

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

Color convert

RGB169206219-
CMYK0.230.0600.14
HSL195.6º40.98%76.08%-
HSV(B)195.6º22.83%85.88%-
XYZ51.2257.6975.45-
YUV196.42140.74108.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=28.45%
G=34.68%
B=36.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692062190.230.0600.14195.640.9876.08
HexA9CEDB1760Ec4294c
Octal25131633327601630451114
Binary1010100111001110110110111011111001110110001001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEDB; }

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

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

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

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

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

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

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

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