#A4C9FB

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

Shades of Pale Cornflower Blue #A4C9FB

Tints of Pale Cornflower Blue #A4C9FB

Color information

#A4C9FB (or 0xA4C9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C9 and FB. RGB value is (164,201,251). Sum of RGB (Red+Green+Blue) = 164+201+251=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4C9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C9FB is #5B3604. Grayscale: #C3C3C3. Windows color (decimal): -5977605 or 16501156. OLE color: 16501156.

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

Color convert

RGB164201251-
CMYK0.350.2000.02
HSL214.48º91.58%81.37%-
HSV(B)214.48º34.66%98.43%-
XYZ53.6156.6399.37-
YUV195.64159.24105.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.62%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=26.62%
G=32.63%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642012510.350.2000.02214.4891.5881.37
HexA4C9FB231402d65c51
Octal244311373432402326134121
Binary101001001100100111111011100011101000101101011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C9FB; }

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

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

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

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

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

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

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

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