#A9C9FA

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

Shades of Pale Cornflower Blue #A9C9FA

Tints of Pale Cornflower Blue #A9C9FA

Color information

#A9C9FA (or 0xA9C9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, C9 and FA. RGB value is (169,201,250). Sum of RGB (Red+Green+Blue) = 169+201+250=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9C9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C9FA is #563605. Grayscale: #C4C4C4. Windows color (decimal): -5649926 or 16435625. OLE color: 16435625.

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

Color convert

RGB169201250-
CMYK0.320.2000.02
HSL216.3º89.01%82.16%-
HSV(B)216.3º32.4%98.04%-
XYZ54.557.1198.59-
YUV197.02157.9108.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.26%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=27.26%
G=32.42%
B=40.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692012500.320.2000.02216.389.0182.16
HexA9C9FA201402d85952
Octal251311372402402330131122
Binary101010011100100111111010100000101000101101100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9FA; }

 p { color: rgb(169,201,250); }

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

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

 a { background-color: rgb(169,201,250); }

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

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

 span { border-color: rgb(169,201,250); }

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