#A3C8FF

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

Shades of Pale Cornflower Blue #A3C8FF

Tints of Pale Cornflower Blue #A3C8FF

Color information

#A3C8FF (or 0xA3C8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, C8 and FF. RGB value is (163,200,255). Sum of RGB (Red+Green+Blue) = 163+200+255=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C8FF is #5C3700. Grayscale: #C2C2C2. Windows color (decimal): -6043393 or 16763043. OLE color: 16763043.

HSL color Cylindrical-coordinate representation of color #A3C8FF: hue angle of 215.87º 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 #A3C8FF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163200255-
CMYK0.360.2200
HSL215.87º100%81.96%-
HSV(B)215.87º36.08%100%-
XYZ53.8156.32102.64-
YUV195.21161.74105.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.38%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 255 (100% from 255) = 41.26%
R=26.38%
G=32.36%
B=41.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632002550.360.2200215.8710081.96
HexA3C8FF241600d86452
Octal243310377442600330144122
Binary10100011110010001111111110010010110001101100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C8FF; }

 p { color: rgb(163,200,255); }

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

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

 a { background-color: rgb(163,200,255); }

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

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

 span { border-color: rgb(163,200,255); }

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