#A4CCFE

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

Shades of Pale Cornflower Blue #A4CCFE

Tints of Pale Cornflower Blue #A4CCFE

Color information

#A4CCFE (or 0xA4CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CC and FE. RGB value is (164,204,254). Sum of RGB (Red+Green+Blue) = 164+204+254=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCFE is #5B3301. Grayscale: #C5C5C5. Windows color (decimal): -5976834 or 16698532. OLE color: 16698532.

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

Color convert

RGB164204254-
CMYK0.350.2000.00
HSL213.33º97.83%81.96%-
HSV(B)213.33º35.43%99.61%-
XYZ54.7958.23102.12-
YUV197.74159.75103.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.37%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=26.37%
G=32.80%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642042540.350.2000.00213.3397.8381.96
HexA4CCFE231400d56252
Octal244314376432400325142122
Binary10100100110011001111111010001110100001101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCFE; }

 p { color: rgb(164,204,254); }

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

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

 a { background-color: rgb(164,204,254); }

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

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

 span { border-color: rgb(164,204,254); }

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