#A9CAEF

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

Shades of Pale Cornflower Blue #A9CAEF

Tints of Pale Cornflower Blue #A9CAEF

Color information

#A9CAEF (or 0xA9CAEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CA and EF. RGB value is (169,202,239). Sum of RGB (Red+Green+Blue) = 169+202+239=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAEF is #563510. Grayscale: #C4C4C4. Windows color (decimal): -5649681 or 15714985. OLE color: 15714985.

HSL color Cylindrical-coordinate representation of color #A9CAEF: hue angle of 211.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9CAEF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169202239-
CMYK0.290.1500.06
HSL211.71º68.63%80%-
HSV(B)211.71º29.29%93.73%-
XYZ53.0656.9189.85-
YUV196.35152.07108.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.70%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=27.70%
G=33.11%
B=39.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692022390.290.1500.06211.7168.6380
HexA9CAEF1DF06d44550
Octal251312357351706324105120
Binary10101001110010101110111111101111101101101010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAEF; }

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

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

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

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

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

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

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

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