#A4C8FD

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

Shades of Pale Cornflower Blue #A4C8FD

Tints of Pale Cornflower Blue #A4C8FD

Color information

#A4C8FD (or 0xA4C8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C8 and FD. RGB value is (164,200,253). Sum of RGB (Red+Green+Blue) = 164+200+253=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C8FD is #5B3702. Grayscale: #C3C3C3. Windows color (decimal): -5977859 or 16631972. OLE color: 16631972.

HSL color Cylindrical-coordinate representation of color #A4C8FD: hue angle of 215.73º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C8FD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164200253-
CMYK0.350.2100.01
HSL215.73º95.7%81.76%-
HSV(B)215.73º35.18%99.22%-
XYZ53.6956.29100.96-
YUV195.28160.57105.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.58%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=26.58%
G=32.41%
B=41.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642002530.350.2100.01215.7395.781.76
HexA4C8FD231501d86052
Octal244310375432501330140122
Binary10100100110010001111110110001110101011101100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C8FD; }

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

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

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

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

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

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

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

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