#A9CAED

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

Shades of Pale Cornflower Blue #A9CAED

Tints of Pale Cornflower Blue #A9CAED

Color information

#A9CAED (or 0xA9CAED) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CA and ED. RGB value is (169,202,237). Sum of RGB (Red+Green+Blue) = 169+202+237=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAED is #563512. Grayscale: #C3C3C3. Windows color (decimal): -5649683 or 15583913. OLE color: 15583913.

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

Color convert

RGB169202237-
CMYK0.290.1500.07
HSL210.88º65.38%79.61%-
HSV(B)210.88º28.69%92.94%-
XYZ52.7756.7988.3-
YUV196.12151.07108.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.80%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=27.80%
G=33.22%
B=38.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692022370.290.1500.07210.8865.3879.61
HexA9CAED1DF07d34150
Octal251312355351707323101120
Binary10101001110010101110110111101111101111101001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAED; }

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

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

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

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

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

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

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

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