#A8CEDB

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

Shades of French Pass #A8CEDB

Tints of French Pass #A8CEDB

Color information

#A8CEDB (or 0xA8CEDB) is unknown color: approx French Pass. HEX triplet: A8, CE and DB. RGB value is (168,206,219). Sum of RGB (Red+Green+Blue) = 168+206+219=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEDB is #573124. Grayscale: #C4C4C4. Windows color (decimal): -5714213 or 14405288. OLE color: 14405288.

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

Color convert

RGB168206219-
CMYK0.230.0600.14
HSL195.29º41.46%75.88%-
HSV(B)195.29º23.29%85.88%-
XYZ51.0157.5875.44-
YUV196.12140.91107.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.33%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=28.33%
G=34.74%
B=36.93%

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
Decimal1682062190.230.0600.14195.2941.4675.88
HexA8CEDB1760Ec3294c
Octal25031633327601630351114
Binary1010100011001110110110111011111001110110000111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEDB; }

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

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

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

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

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

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

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

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