#A9CAF1

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

Shades of Pale Cornflower Blue #A9CAF1

Tints of Pale Cornflower Blue #A9CAF1

Color information

#A9CAF1 (or 0xA9CAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CA and F1. RGB value is (169,202,241). Sum of RGB (Red+Green+Blue) = 169+202+241=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAF1 is #56350E. Grayscale: #C4C4C4. Windows color (decimal): -5649679 or 15846057. OLE color: 15846057.

HSL color Cylindrical-coordinate representation of color #A9CAF1: hue angle of 212.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9CAF1 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169202241-
CMYK0.300.1600.05
HSL212.5º72%80.39%-
HSV(B)212.5º29.88%94.51%-
XYZ53.3657.0391.41-
YUV196.58153.07108.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.61%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=27.61%
G=33.01%
B=39.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692022410.300.1600.05212.57280.39
HexA9CAF11E1005d44850
Octal251312361362005324110120
Binary101010011100101011110001111101000001011101010010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAF1; }

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

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

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

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

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

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

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

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