#A6CDE0

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

Shades of French Pass #A6CDE0

Tints of French Pass #A6CDE0

Color information

#A6CDE0 (or 0xA6CDE0) is unknown color: approx French Pass. HEX triplet: A6, CD and E0. RGB value is (166,205,224). Sum of RGB (Red+Green+Blue) = 166+205+224=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDE0 is #59321F. Grayscale: #C3C3C3. Windows color (decimal): -5845536 or 14732710. OLE color: 14732710.

HSL color Cylindrical-coordinate representation of color #A6CDE0: hue angle of 199.66º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CDE0 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166205224-
CMYK0.260.0800.12
HSL199.66º48.33%76.47%-
HSV(B)199.66º25.89%87.84%-
XYZ51.0157.1578.86-
YUV195.5144.08106.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=27.90%
G=34.45%
B=37.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662052240.260.0800.12199.6648.3376.47
HexA6CDE01A80Cc8304c
Octal246315340321001431060114
Binary10100110110011011110000011010100001100110010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDE0; }

 p { color: rgb(166,205,224); }

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

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

 a { background-color: rgb(166,205,224); }

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

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

 span { border-color: rgb(166,205,224); }

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