#A3C4FE

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

Shades of Pale Cornflower Blue #A3C4FE

Tints of Pale Cornflower Blue #A3C4FE

Color information

#A3C4FE (or 0xA3C4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, C4 and FE. RGB value is (163,196,254). Sum of RGB (Red+Green+Blue) = 163+196+254=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C4FE is #5C3B01. Grayscale: #C0C0C0. Windows color (decimal): -6044418 or 16696483. OLE color: 16696483.

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

Color convert

RGB163196254-
CMYK0.360.2300.00
HSL218.24º97.85%81.76%-
HSV(B)218.24º35.83%99.61%-
XYZ52.7354.42101.49-
YUV192.74162.57106.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.59%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=26.59%
G=31.97%
B=41.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631962540.360.2300.00218.2497.8581.76
HexA3C4FE241700da6252
Octal243304376442700332142122
Binary10100011110001001111111010010010111001101101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4FE; }

 p { color: rgb(163,196,254); }

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

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

 a { background-color: rgb(163,196,254); }

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

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

 span { border-color: rgb(163,196,254); }

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