#A6CCE1

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

Shades of French Pass #A6CCE1

Tints of French Pass #A6CCE1

Color information

#A6CCE1 (or 0xA6CCE1) is unknown color: approx French Pass. HEX triplet: A6, CC and E1. RGB value is (166,204,225). Sum of RGB (Red+Green+Blue) = 166+204+225=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6CCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCE1 is #59331E. Grayscale: #C2C2C2. Windows color (decimal): -5845791 or 14797990. OLE color: 14797990.

HSL color Cylindrical-coordinate representation of color #A6CCE1: hue angle of 201.36º 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 #A6CCE1 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166204225-
CMYK0.260.0900.12
HSL201.36º49.58%76.67%-
HSV(B)201.36º26.22%88.24%-
XYZ50.9156.7379.5-
YUV195.03144.91107.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=27.90%
G=34.29%
B=37.82%

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
Decimal1662042250.260.0900.12201.3649.5876.67
HexA6CCE11A90Cc9324d
Octal246314341321101431162115
Binary10100110110011001110000111010100101100110010011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCE1; }

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

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

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

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

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

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

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

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