#A6CEE0

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

Shades of French Pass #A6CEE0

Tints of French Pass #A6CEE0

Color information

#A6CEE0 (or 0xA6CEE0) is unknown color: approx French Pass. HEX triplet: A6, CE and E0. RGB value is (166,206,224). Sum of RGB (Red+Green+Blue) = 166+206+224=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6CEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEE0 is #59311F. Grayscale: #C3C3C3. Windows color (decimal): -5845280 or 14732966. OLE color: 14732966.

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

Color convert

RGB166206224-
CMYK0.260.0800.12
HSL198.62º48.33%76.47%-
HSV(B)198.62º25.89%87.84%-
XYZ51.2557.6378.94-
YUV196.09143.75106.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=27.85%
G=34.56%
B=37.58%

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
Decimal1662062240.260.0800.12198.6248.3376.47
HexA6CEE01A80Cc7304c
Octal246316340321001430760114
Binary10100110110011101110000011010100001100110001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEE0; }

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

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

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

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

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

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

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

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