#A4CDE2

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

Shades of French Pass #A4CDE2

Tints of French Pass #A4CDE2

Color information

#A4CDE2 (or 0xA4CDE2) is unknown color: approx French Pass. HEX triplet: A4, CD and E2. RGB value is (164,205,226). Sum of RGB (Red+Green+Blue) = 164+205+226=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #A4CDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDE2 is #5B321D. Grayscale: #C3C3C3. Windows color (decimal): -5976606 or 14863780. OLE color: 14863780.

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

Color convert

RGB164205226-
CMYK0.270.0900.11
HSL200.32º51.67%76.47%-
HSV(B)200.32º27.43%88.63%-
XYZ50.8757.0580.28-
YUV195.14145.42105.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.56%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 226 (88.67% from 255) = 37.98%
R=27.56%
G=34.45%
B=37.98%

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
Decimal1642052260.270.0900.11200.3251.6776.47
HexA4CDE21B90Bc8344c
Octal244315342331101331064114
Binary10100100110011011110001011011100101011110010001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDE2; }

 p { color: rgb(164,205,226); }

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

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

 a { background-color: rgb(164,205,226); }

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

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

 span { border-color: rgb(164,205,226); }

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