#A4C3FF

Color #A4C3FF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A4C3FF

Tints of Pale Cornflower Blue #A4C3FF

Color information

#A4C3FF (or 0xA4C3FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C3 and FF. RGB value is (164,195,255). Sum of RGB (Red+Green+Blue) = 164+195+255=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C3FF is #5B3C00. Grayscale: #C0C0C0. Windows color (decimal): -5979137 or 16761764. OLE color: 16761764.

HSL color Cylindrical-coordinate representation of color #A4C3FF: hue angle of 219.56º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4C3FF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164195255-
CMYK0.360.2400
HSL219.56º100%82.16%-
HSV(B)219.56º35.69%100%-
XYZ52.8754.14102.27-
YUV192.57163.23107.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.71%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 255 (100% from 255) = 41.53%
R=26.71%
G=31.76%
B=41.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641952550.360.2400219.5610082.16
HexA4C3FF241800dc6452
Octal244303377443000334144122
Binary10100100110000111111111110010011000001101110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C3FF; }

 p { color: rgb(164,195,255); }

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

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

 a { background-color: rgb(164,195,255); }

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

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

 span { border-color: rgb(164,195,255); }

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