#A4C9FF

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

Shades of Pale Cornflower Blue #A4C9FF

Tints of Pale Cornflower Blue #A4C9FF

Color information

#A4C9FF (or 0xA4C9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C9 and FF. RGB value is (164,201,255). Sum of RGB (Red+Green+Blue) = 164+201+255=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4C9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C9FF is #5B3600. Grayscale: #C3C3C3. Windows color (decimal): -5977601 or 16763300. OLE color: 16763300.

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

Color convert

RGB164201255-
CMYK0.360.2100
HSL215.6º100%82.16%-
HSV(B)215.6º35.69%100%-
XYZ54.2556.89102.73-
YUV196.09161.24105.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 255 (100% from 255) = 41.13%
R=26.45%
G=32.42%
B=41.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642012550.360.2100215.610082.16
HexA4C9FF241500d86452
Octal244311377442500330144122
Binary10100100110010011111111110010010101001101100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C9FF; }

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

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

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

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

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

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

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

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