#AACFFA

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

Shades of Pale Cornflower Blue #AACFFA

Tints of Pale Cornflower Blue #AACFFA

Color information

#AACFFA (or 0xAACFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CF and FA. RGB value is (170,207,250). Sum of RGB (Red+Green+Blue) = 170+207+250=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #AACFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFA is #553005. Grayscale: #C8C8C8. Windows color (decimal): -5582854 or 16437162. OLE color: 16437162.

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

Color convert

RGB170207250-
CMYK0.320.1700.02
HSL212.25º88.89%82.35%-
HSV(B)212.25º32%98.04%-
XYZ56.1560.0799.08-
YUV200.84155.74106-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=27.11%
G=33.01%
B=39.87%

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
Decimal1702072500.320.1700.02212.2588.8982.35
HexAACFFA201102d45952
Octal252317372402102324131122
Binary101010101100111111111010100000100010101101010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFFA; }

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

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

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

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

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

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

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

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