#A6CDE1

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

Shades of French Pass #A6CDE1

Tints of French Pass #A6CDE1

Color information

#A6CDE1 (or 0xA6CDE1) is unknown color: approx French Pass. HEX triplet: A6, CD and E1. RGB value is (166,205,225). Sum of RGB (Red+Green+Blue) = 166+205+225=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDE1 is #59321E. Grayscale: #C3C3C3. Windows color (decimal): -5845535 or 14798246. OLE color: 14798246.

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

Color convert

RGB166205225-
CMYK0.260.0900.12
HSL200.34º49.58%76.67%-
HSV(B)200.34º26.22%88.24%-
XYZ51.1557.2179.58-
YUV195.62144.58106.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=27.85%
G=34.40%
B=37.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662052250.260.0900.12200.3449.5876.67
HexA6CDE11A90Cc8324d
Octal246315341321101431062115
Binary10100110110011011110000111010100101100110010001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDE1; }

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

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

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

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

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

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

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

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