#A4C8FF

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

Shades of Pale Cornflower Blue #A4C8FF

Tints of Pale Cornflower Blue #A4C8FF

Color information

#A4C8FF (or 0xA4C8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C8 and FF. RGB value is (164,200,255). Sum of RGB (Red+Green+Blue) = 164+200+255=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C8FF is #5B3700. Grayscale: #C3C3C3. Windows color (decimal): -5977857 or 16763044. OLE color: 16763044.

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

Color convert

RGB164200255-
CMYK0.360.2200
HSL216.26º100%82.16%-
HSV(B)216.26º35.69%100%-
XYZ54.0156.42102.65-
YUV195.51161.57105.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 255 (100% from 255) = 41.20%
R=26.49%
G=32.31%
B=41.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642002550.360.2200216.2610082.16
HexA4C8FF241600d86452
Octal244310377442600330144122
Binary10100100110010001111111110010010110001101100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C8FF; }

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

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

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

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

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

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

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

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