#A4CEE3

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

Shades of French Pass #A4CEE3

Tints of French Pass #A4CEE3

Color information

#A4CEE3 (or 0xA4CEE3) is unknown color: approx French Pass. HEX triplet: A4, CE and E3. RGB value is (164,206,227). Sum of RGB (Red+Green+Blue) = 164+206+227=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #A4CEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEE3 is #5B311C. Grayscale: #C3C3C3. Windows color (decimal): -5976349 or 14929572. OLE color: 14929572.

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

Color convert

RGB164206227-
CMYK0.280.0900.11
HSL200º52.94%76.67%-
HSV(B)200º27.75%89.02%-
XYZ51.2557.5881.09-
YUV195.84145.59105.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=27.47%
G=34.51%
B=38.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642062270.280.0900.1120052.9476.67
HexA4CEE31C90Bc8354d
Octal244316343341101331065115
Binary10100100110011101110001111100100101011110010001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEE3; }

 p { color: rgb(164,206,227); }

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

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

 a { background-color: rgb(164,206,227); }

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

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

 span { border-color: rgb(164,206,227); }

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