#A9CFFA

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

Shades of Pale Cornflower Blue #A9CFFA

Tints of Pale Cornflower Blue #A9CFFA

Color information

#A9CFFA (or 0xA9CFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A9, CF and FA. RGB value is (169,207,250). Sum of RGB (Red+Green+Blue) = 169+207+250=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFFA is #563005. Grayscale: #C8C8C8. Windows color (decimal): -5648390 or 16437161. OLE color: 16437161.

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

Color convert

RGB169207250-
CMYK0.320.1700.02
HSL211.85º89.01%82.16%-
HSV(B)211.85º32.4%98.04%-
XYZ55.9359.9699.07-
YUV200.54155.91105.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=27.00%
G=33.07%
B=39.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692072500.320.1700.02211.8589.0182.16
HexA9CFFA201102d45952
Octal251317372402102324131122
Binary101010011100111111111010100000100010101101010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFFA; }

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

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

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

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

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

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

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

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