#A9CAFB

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

Shades of Pale Cornflower Blue #A9CAFB

Tints of Pale Cornflower Blue #A9CAFB

Color information

#A9CAFB (or 0xA9CAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CA and FB. RGB value is (169,202,251). Sum of RGB (Red+Green+Blue) = 169+202+251=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAFB is #563504. Grayscale: #C5C5C5. Windows color (decimal): -5649669 or 16501417. OLE color: 16501417.

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

Color convert

RGB169202251-
CMYK0.330.2000.02
HSL215.85º91.11%82.35%-
HSV(B)215.85º32.67%98.43%-
XYZ54.957.6499.5-
YUV197.72158.07107.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.17%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=27.17%
G=32.48%
B=40.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692022510.330.2000.02215.8591.1182.35
HexA9CAFB211402d85b52
Octal251312373412402330133122
Binary101010011100101011111011100001101000101101100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAFB; }

 p { color: rgb(169,202,251); }

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

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

 a { background-color: rgb(169,202,251); }

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

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

 span { border-color: rgb(169,202,251); }

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