#A6CFE4

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

Shades of French Pass #A6CFE4

Tints of French Pass #A6CFE4

Color information

#A6CFE4 (or 0xA6CFE4) is unknown color: approx French Pass. HEX triplet: A6, CF and E4. RGB value is (166,207,228). Sum of RGB (Red+Green+Blue) = 166+207+228=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFE4 is #59301B. Grayscale: #C5C5C5. Windows color (decimal): -5845020 or 14995366. OLE color: 14995366.

HSL color Cylindrical-coordinate representation of color #A6CFE4: hue angle of 200.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6CFE4 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166207228-
CMYK0.270.0900.11
HSL200.32º53.45%77.25%-
HSV(B)200.32º27.19%89.41%-
XYZ52.0458.3381.92-
YUV197.13145.42105.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.62%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=27.62%
G=34.44%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662072280.270.0900.11200.3253.4577.25
HexA6CFE41B90Bc8354d
Octal246317344331101331065115
Binary10100110110011111110010011011100101011110010001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFE4; }

 p { color: rgb(166,207,228); }

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

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

 a { background-color: rgb(166,207,228); }

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

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

 span { border-color: rgb(166,207,228); }

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