#A8CEE1

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

Shades of French Pass #A8CEE1

Tints of French Pass #A8CEE1

Color information

#A8CEE1 (or 0xA8CEE1) is unknown color: approx French Pass. HEX triplet: A8, CE and E1. RGB value is (168,206,225). Sum of RGB (Red+Green+Blue) = 168+206+225=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #A8CEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEE1 is #57311E. Grayscale: #C4C4C4. Windows color (decimal): -5714207 or 14798504. OLE color: 14798504.

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

Color convert

RGB168206225-
CMYK0.250.0800.12
HSL200º48.72%77.06%-
HSV(B)200º25.33%88.24%-
XYZ51.8157.979.68-
YUV196.8143.91107.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.05%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=28.05%
G=34.39%
B=37.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682062250.250.0800.1220048.7277.06
HexA8CEE11980Cc8314d
Octal250316341311001431061115
Binary10101000110011101110000111001100001100110010001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEE1; }

 p { color: rgb(168,206,225); }

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

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

 a { background-color: rgb(168,206,225); }

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

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

 span { border-color: rgb(168,206,225); }

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