#A9CAFA

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

Shades of Pale Cornflower Blue #A9CAFA

Tints of Pale Cornflower Blue #A9CAFA

Color information

#A9CAFA (or 0xA9CAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CA and FA. RGB value is (169,202,250). Sum of RGB (Red+Green+Blue) = 169+202+250=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAFA is #563505. Grayscale: #C5C5C5. Windows color (decimal): -5649670 or 16435881. OLE color: 16435881.

HSL color Cylindrical-coordinate representation of color #A9CAFA: hue angle of 215.56º 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 #A9CAFA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169202250-
CMYK0.320.1900.02
HSL215.56º89.01%82.16%-
HSV(B)215.56º32.4%98.04%-
XYZ54.7457.5898.67-
YUV197.6157.57107.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=27.21%
G=32.53%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692022500.320.1900.02215.5689.0182.16
HexA9CAFA201302d85952
Octal251312372402302330131122
Binary101010011100101011111010100000100110101101100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAFA; }

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

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

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

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

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

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

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

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